Html Css Color HEX #854D0B Saddle Brown

📋 copy color: '#854D0B'

red 133 ◦ green 77 ◦ blue 11

#854D0B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #854D0B

Tints of Saddle Brown #854D0B

RGB

 RED value IS 133 (52.34% from 255) = 60.18%

 GREEN value IS 77 (30.47% from 255) = 34.84%

 BLUE value IS 11 (4.69% from 255) = 4.98%

R = 60.18%
G = 34.84%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#854D0B (or 0x854D0B) is known color: Saddle Brown. HEX triplet: 85, 4D and 0B. RGB value is (133,77,11). Sum of RGB (Red+Green+Blue) = 133+77+11=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #854D0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #854D0B is #7AB2F4. Grayscale: #565656. Windows color (decimal): -8041205 or 740741. OLE color: 740741.

HSL color Cylindrical-coordinate representation of color #854D0B: hue angle of 32.46º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #854D0B is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 77 11 -
CMYK 0 0.42 0.92 0.48
HSL 32.46º 0.85% 0.28% -
HSV(B) 32.46º 0.92% 0.52% -
XYZ 12.39 10.32 1.66 -
YUV 86.22 85.55 161.37 -
System Red Green Blue C M Y K H S L
Decimal 133 77 11 0 0.42 0.92 0.48 32.46 0.85 0.28
Hex 85 4D B 0 2A 5C 30 20 55 1C
Octal 205 115 13 0 52 134 60 40 125 34
Binary 10000101 1001101 1011 0 101010 1011100 110000 100000 1010101 11100

Color Harmonies of #854D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854D0B

Black with #854D0B

Text Example


Text Example

White with #854D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854D0B; }

 p { color: rgb(133,77,11); }

 H1.HeaderClassName
 {
   color: #854D0B;
 }
 .AnyTagClassName
 {
   color: #854D0B;
 }
</style>

background-color css

<style>
 a { background-color: #854D0B; }

 a { background-color: rgb(133,77,11); }

 div.DivClassName
 {
   background-color: #854D0B;
 }
 .BgClassName
 {
   background-color: #854D0B;
 }
</style>

border-color css

<style>
 span { border-color: #854D0B; }

 span { border-color: rgb(133,77,11); }

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