Html Css Color HEX #85440B Saddle Brown

📋 copy color: '#85440B'

red 133 ◦ green 68 ◦ blue 11

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

Shades of Saddle Brown #85440B

Tints of Saddle Brown #85440B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.08%

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

R = 62.74%
G = 32.08%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#85440B (or 0x85440B) is known color: Saddle Brown. HEX triplet: 85, 44 and 0B. RGB value is (133,68,11). Sum of RGB (Red+Green+Blue) = 133+68+11=212 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.74% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 11 (4.69% from 255 or 5.19% from 212); Max value from RGB is 133 - color contains mainly: red. Hex color #85440B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85440B is #7ABBF4. Grayscale: #515151. Windows color (decimal): -8043509 or 738437. OLE color: 738437.

HSL color Cylindrical-coordinate representation of color #85440B: hue angle of 28.03º 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 #85440B is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 68 11 -
CMYK 0 0.49 0.92 0.48
HSL 28.03º 0.85% 0.28% -
HSV(B) 28.03º 0.92% 0.52% -
XYZ 11.8 9.14 1.46 -
YUV 80.94 88.53 165.13 -
System Red Green Blue C M Y K H S L
Decimal 133 68 11 0 0.49 0.92 0.48 28.03 0.85 0.28
Hex 85 44 B 0 31 5C 30 1C 55 1C
Octal 205 104 13 0 61 134 60 34 125 34
Binary 10000101 1000100 1011 0 110001 1011100 110000 11100 1010101 11100

Color Harmonies of #85440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85440B

Black with #85440B

Text Example


Text Example

White with #85440B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85440B; }

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

 H1.HeaderClassName
 {
   color: #85440B;
 }
 .AnyTagClassName
 {
   color: #85440B;
 }
</style>

background-color css

<style>
 a { background-color: #85440B; }

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

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

border-color css

<style>
 span { border-color: #85440B; }

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

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