Html Css Color HEX #85370D Saddle Brown

📋 copy color: '#85370D'

red 133 ◦ green 55 ◦ blue 13

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

Shades of Saddle Brown #85370D

Tints of Saddle Brown #85370D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.47%

R = 66.17%
G = 27.36%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#85370D (or 0x85370D) is known color: Saddle Brown. HEX triplet: 85, 37 and 0D. RGB value is (133,55,13). Sum of RGB (Red+Green+Blue) = 133+55+13=201 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.17% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 133 - color contains mainly: red. Hex color #85370D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85370D is #7AC8F2. Grayscale: #494949. Windows color (decimal): -8046835 or 866181. OLE color: 866181.

HSL color Cylindrical-coordinate representation of color #85370D: hue angle of 21º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85370D is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 55 13 -
CMYK 0 0.59 0.90 0.48
HSL 21º 0.82% 0.29% -
HSV(B) 21º 0.9% 0.52% -
XYZ 11.11 7.75 1.29 -
YUV 73.53 93.84 170.42 -
System Red Green Blue C M Y K H S L
Decimal 133 55 13 0 0.59 0.90 0.48 21 0.82 0.29
Hex 85 37 D 0 3B 5A 30 15 52 1D
Octal 205 67 15 0 73 132 60 25 122 35
Binary 10000101 110111 1101 0 111011 1011010 110000 10101 1010010 11101

Color Harmonies of #85370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85370D

Black with #85370D

Text Example


Text Example

White with #85370D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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