Html Css Color HEX #85400F Saddle Brown

📋 copy color: '#85400F'

red 133 ◦ green 64 ◦ blue 15

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

Shades of Saddle Brown #85400F

Tints of Saddle Brown #85400F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.19%

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

R = 62.74%
G = 30.19%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85400F (or 0x85400F) is known color: Saddle Brown. HEX triplet: 85, 40 and 0F. RGB value is (133,64,15). Sum of RGB (Red+Green+Blue) = 133+64+15=212 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.74% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 133 - color contains mainly: red. Hex color #85400F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85400F is #7ABFF0. Grayscale: #4F4F4F. Windows color (decimal): -8044529 or 999557. OLE color: 999557.

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

Color convert

RGB 133 64 15 -
CMYK 0 0.52 0.89 0.48
HSL 24.92º 0.8% 0.29% -
HSV(B) 24.92º 0.89% 0.52% -
XYZ 11.59 8.69 1.52 -
YUV 79.05 91.86 166.48 -
System Red Green Blue C M Y K H S L
Decimal 133 64 15 0 0.52 0.89 0.48 24.92 0.8 0.29
Hex 85 40 F 0 34 59 30 19 50 1D
Octal 205 100 17 0 64 131 60 31 120 35
Binary 10000101 1000000 1111 0 110100 1011001 110000 11001 1010000 11101

Color Harmonies of #85400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85400F

Black with #85400F

Text Example


Text Example

White with #85400F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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