#834D0F

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

Shades of Saddle Brown #834D0F

Tints of Saddle Brown #834D0F

Color information

#834D0F (or 0x834D0F) is unknown color: approx Saddle Brown. HEX triplet: 83, 4D and 0F. RGB value is (131,77,15). Sum of RGB (Red+Green+Blue) = 131+77+15=223 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.74% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 131 - color contains mainly: red. Hex color #834D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #834D0F is #7CB2F0. Grayscale: #565656. Windows color (decimal): -8172273 or 1002883. OLE color: 1002883.

HSL color Cylindrical-coordinate representation of color #834D0F: hue angle of 32.07º 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 #834D0F is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB1317715-
CMYK00.410.890.49
HSL32.07º79.45%28.63%-
HSV(B)32.07º88.55%51.37%-
XYZ12.110.171.78-
YUV86.0887.89160.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 58.74%
GREEN value IS 77 (30.47% from 255) = 34.53%
BLUE value IS 15 (6.25% from 255) = 6.73%
R=58.74%
G=34.53%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131771500.410.890.4932.0779.4528.63
Hex834DF0295931204f1d
Octal20311517051131614011735
Binary100000111001101111101010011011001110001100000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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