Html Css Color HEX #85490F Saddle Brown

📋 copy color: '#85490F'

red 133 ◦ green 73 ◦ blue 15

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

Shades of Saddle Brown #85490F

Tints of Saddle Brown #85490F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.03%

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

R = 60.18%
G = 33.03%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85490F (or 0x85490F) is known color: Saddle Brown. HEX triplet: 85, 49 and 0F. RGB value is (133,73,15). Sum of RGB (Red+Green+Blue) = 133+73+15=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 15 (6.25% from 255 or 6.79% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #85490F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85490F is #7AB6F0. Grayscale: #545454. Windows color (decimal): -8042225 or 1001861. OLE color: 1001861.

HSL color Cylindrical-coordinate representation of color #85490F: hue angle of 29.49º 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 #85490F is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 73 15 -
CMYK 0 0.45 0.89 0.48
HSL 29.49º 0.8% 0.29% -
HSV(B) 29.49º 0.89% 0.52% -
XYZ 12.14 9.79 1.7 -
YUV 84.33 88.88 162.72 -
System Red Green Blue C M Y K H S L
Decimal 133 73 15 0 0.45 0.89 0.48 29.49 0.8 0.29
Hex 85 49 F 0 2D 59 30 1D 50 1D
Octal 205 111 17 0 55 131 60 35 120 35
Binary 10000101 1001001 1111 0 101101 1011001 110000 11101 1010000 11101

Color Harmonies of #85490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85490F

Black with #85490F

Text Example


Text Example

White with #85490F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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