Html Css Color HEX #85390B Saddle Brown

📋 copy color: '#85390B'

red 133 ◦ green 57 ◦ blue 11

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

Shades of Saddle Brown #85390B

Tints of Saddle Brown #85390B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 28.36%

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

R = 66.17%
G = 28.36%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#85390B (or 0x85390B) is known color: Saddle Brown. HEX triplet: 85, 39 and 0B. RGB value is (133,57,11). Sum of RGB (Red+Green+Blue) = 133+57+11=201 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.17% from 201); Green value is 57 (22.66% from 255 or 28.36% from 201); Blue value is 11 (4.69% from 255 or 5.47% from 201); Max value from RGB is 133 - color contains mainly: red. Hex color #85390B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85390B is #7AC6F4. Grayscale: #4A4A4A. Windows color (decimal): -8046325 or 735621. OLE color: 735621.

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

Color convert

RGB 133 57 11 -
CMYK 0 0.57 0.92 0.48
HSL 22.62º 0.85% 0.28% -
HSV(B) 22.62º 0.92% 0.52% -
XYZ 11.2 7.94 1.26 -
YUV 74.48 92.18 169.74 -
System Red Green Blue C M Y K H S L
Decimal 133 57 11 0 0.57 0.92 0.48 22.62 0.85 0.28
Hex 85 39 B 0 39 5C 30 17 55 1C
Octal 205 71 13 0 71 134 60 27 125 34
Binary 10000101 111001 1011 0 111001 1011100 110000 10111 1010101 11100

Color Harmonies of #85390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85390B

Black with #85390B

Text Example


Text Example

White with #85390B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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