#834A0F

Color #834A0F Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #834A0F

Tints of Saddle Brown #834A0F

Color information

#834A0F (or 0x834A0F) is unknown color: approx Saddle Brown. HEX triplet: 83, 4A and 0F. RGB value is (131,74,15). Sum of RGB (Red+Green+Blue) = 131+74+15=220 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.55% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 15 (6.25% from 255 or 6.82% from 220); Max value from RGB is 131 - color contains mainly: red. Hex color #834A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834A0F is #7CB5F0. Grayscale: #545454. Windows color (decimal): -8173041 or 1002115. OLE color: 1002115.

HSL color Cylindrical-coordinate representation of color #834A0F: hue angle of 30.52º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #834A0F is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB1317415-
CMYK00.440.890.49
HSL30.52º79.45%28.63%-
HSV(B)30.52º88.55%51.37%-
XYZ11.99.761.71-
YUV84.3288.88161.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 59.55%
GREEN value IS 74 (29.30% from 255) = 33.64%
BLUE value IS 15 (6.25% from 255) = 6.82%
R=59.55%
G=33.64%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131741500.440.890.4930.5279.4528.63
Hex834AF02C59311f4f1d
Octal20311217054131613711735
Binary10000011100101011110101100101100111000111111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834A0F; }

 p { color: rgb(131,74,15); }

 H1.HeaderClassName
 {
   color: #834A0F;
 }
 .AnyTagClassName
 {
   color: #834A0F;
 }
</style>
background-color css

<style>
 a { background-color: #834A0F; }

 a { background-color: rgb(131,74,15); }

 div.DivClassName
 {
   background-color: #834A0F;
 }
 .BgClassName
 {
   background-color: #834A0F;
 }
</style>
border-color css

<style>
 span { border-color: #834A0F; }

 span { border-color: rgb(131,74,15); }

 td.TdClassName
 {
   border-color: #834A0F;
 }
 .TagClassName
 {
   border-color: #834A0F;
 }
</style>