Html Css Color HEX #85350C Saddle Brown

📋 copy color: '#85350C'

red 133 ◦ green 53 ◦ blue 12

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

Shades of Saddle Brown #85350C

Tints of Saddle Brown #85350C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.77%

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

R = 67.17%
G = 26.77%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#85350C (or 0x85350C) is known color: Saddle Brown. HEX triplet: 85, 35 and 0C. RGB value is (133,53,12). Sum of RGB (Red+Green+Blue) = 133+53+12=198 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.17% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 133 - color contains mainly: red. Hex color #85350C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85350C is #7ACAF3. Grayscale: #484848. Windows color (decimal): -8047348 or 800133. OLE color: 800133.

HSL color Cylindrical-coordinate representation of color #85350C: hue angle of 20.33º 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 #85350C is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 53 12 -
CMYK 0 0.60 0.91 0.48
HSL 20.33º 0.83% 0.28% -
HSV(B) 20.33º 0.91% 0.52% -
XYZ 11.01 7.56 1.23 -
YUV 72.25 94 171.33 -
System Red Green Blue C M Y K H S L
Decimal 133 53 12 0 0.60 0.91 0.48 20.33 0.83 0.28
Hex 85 35 C 0 3C 5B 30 14 53 1C
Octal 205 65 14 0 74 133 60 24 123 34
Binary 10000101 110101 1100 0 111100 1011011 110000 10100 1010011 11100

Color Harmonies of #85350C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85350C

Black with #85350C

Text Example


Text Example

White with #85350C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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