Html Css Color HEX #85370C Saddle Brown

📋 copy color: '#85370C'

red 133 ◦ green 55 ◦ blue 12

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

Shades of Saddle Brown #85370C

Tints of Saddle Brown #85370C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.5%

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

R = 66.5%
G = 27.5%
B = 6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#85370C (or 0x85370C) is known color: Saddle Brown. HEX triplet: 85, 37 and 0C. RGB value is (133,55,12). Sum of RGB (Red+Green+Blue) = 133+55+12=200 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.5% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 133 - color contains mainly: red. Hex color #85370C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85370C is #7AC8F3. Grayscale: #494949. Windows color (decimal): -8046836 or 800645. OLE color: 800645.

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

Color convert

RGB 133 55 12 -
CMYK 0 0.59 0.91 0.48
HSL 21.32º 0.83% 0.28% -
HSV(B) 21.32º 0.91% 0.52% -
XYZ 11.11 7.75 1.26 -
YUV 73.42 93.34 170.5 -
System Red Green Blue C M Y K H S L
Decimal 133 55 12 0 0.59 0.91 0.48 21.32 0.83 0.28
Hex 85 37 C 0 3B 5B 30 15 53 1C
Octal 205 67 14 0 73 133 60 25 123 34
Binary 10000101 110111 1100 0 111011 1011011 110000 10101 1010011 11100

Color Harmonies of #85370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85370C

Black with #85370C

Text Example


Text Example

White with #85370C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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