Html Css Color HEX #85510C Saddle Brown

📋 copy color: '#85510C'

red 133 ◦ green 81 ◦ blue 12

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

Shades of Saddle Brown #85510C

Tints of Saddle Brown #85510C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.84%

 BLUE value IS 12 (5.08% from 255) = 5.31%

R = 58.85%
G = 35.84%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#85510C (or 0x85510C) is known color: Saddle Brown. HEX triplet: 85, 51 and 0C. RGB value is (133,81,12). Sum of RGB (Red+Green+Blue) = 133+81+12=226 (29% of max value = 765). Red value is 133 (52.34% from 255 or 58.85% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 12 (5.08% from 255 or 5.31% from 226); Max value from RGB is 133 - color contains mainly: red. Hex color #85510C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85510C is #7AAEF3. Grayscale: #595959. Windows color (decimal): -8040180 or 807301. OLE color: 807301.

HSL color Cylindrical-coordinate representation of color #85510C: hue angle of 34.21º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85510C is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 81 12 -
CMYK 0 0.39 0.91 0.48
HSL 34.21º 0.83% 0.28% -
HSV(B) 34.21º 0.91% 0.52% -
XYZ 12.68 10.9 1.78 -
YUV 88.68 84.73 159.61 -
System Red Green Blue C M Y K H S L
Decimal 133 81 12 0 0.39 0.91 0.48 34.21 0.83 0.28
Hex 85 51 C 0 27 5B 30 22 53 1C
Octal 205 121 14 0 47 133 60 42 123 34
Binary 10000101 1010001 1100 0 100111 1011011 110000 100010 1010011 11100

Color Harmonies of #85510C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85510C

Black with #85510C

Text Example


Text Example

White with #85510C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85510C; }

 p { color: rgb(133,81,12); }

 H1.HeaderClassName
 {
   color: #85510C;
 }
 .AnyTagClassName
 {
   color: #85510C;
 }
</style>

background-color css

<style>
 a { background-color: #85510C; }

 a { background-color: rgb(133,81,12); }

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

border-color css

<style>
 span { border-color: #85510C; }

 span { border-color: rgb(133,81,12); }

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