Html Css Color HEX #85390F Saddle Brown

📋 copy color: '#85390F'

red 133 ◦ green 57 ◦ blue 15

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

Shades of Saddle Brown #85390F

Tints of Saddle Brown #85390F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.32%

R = 64.88%
G = 27.8%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85390F (or 0x85390F) is known color: Saddle Brown. HEX triplet: 85, 39 and 0F. RGB value is (133,57,15). Sum of RGB (Red+Green+Blue) = 133+57+15=205 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.88% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 15 (6.25% from 255 or 7.32% from 205); Max value from RGB is 133 - color contains mainly: red. Hex color #85390F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85390F is #7AC6F0. Grayscale: #4B4B4B. Windows color (decimal): -8046321 or 997765. OLE color: 997765.

HSL color Cylindrical-coordinate representation of color #85390F: hue angle of 21.36º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85390F is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 57 15 -
CMYK 0 0.57 0.89 0.48
HSL 21.36º 0.8% 0.29% -
HSV(B) 21.36º 0.89% 0.52% -
XYZ 11.22 7.95 1.39 -
YUV 74.94 94.18 169.42 -
System Red Green Blue C M Y K H S L
Decimal 133 57 15 0 0.57 0.89 0.48 21.36 0.8 0.29
Hex 85 39 F 0 39 59 30 15 50 1D
Octal 205 71 17 0 71 131 60 25 120 35
Binary 10000101 111001 1111 0 111001 1011001 110000 10101 1010000 11101

Color Harmonies of #85390F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85390F

Black with #85390F

Text Example


Text Example

White with #85390F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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