Html Css Color HEX #85400A Saddle Brown

📋 copy color: '#85400A'

red 133 ◦ green 64 ◦ blue 10

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

Shades of Saddle Brown #85400A

Tints of Saddle Brown #85400A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.83%

R = 64.25%
G = 30.92%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#85400A (or 0x85400A) is known color: Saddle Brown. HEX triplet: 85, 40 and 0A. RGB value is (133,64,10). Sum of RGB (Red+Green+Blue) = 133+64+10=207 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.25% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 10 (4.30% from 255 or 4.83% from 207); Max value from RGB is 133 - color contains mainly: red. Hex color #85400A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85400A is #7ABFF5. Grayscale: #4E4E4E. Windows color (decimal): -8044534 or 671877. OLE color: 671877.

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

Color convert

RGB 133 64 10 -
CMYK 0 0.52 0.92 0.48
HSL 26.34º 0.86% 0.28% -
HSV(B) 26.34º 0.92% 0.52% -
XYZ 11.56 8.68 1.35 -
YUV 78.48 89.36 166.89 -
System Red Green Blue C M Y K H S L
Decimal 133 64 10 0 0.52 0.92 0.48 26.34 0.86 0.28
Hex 85 40 A 0 34 5C 30 1A 56 1C
Octal 205 100 12 0 64 134 60 32 126 34
Binary 10000101 1000000 1010 0 110100 1011100 110000 11010 1010110 11100

Color Harmonies of #85400A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85400A

Black with #85400A

Text Example


Text Example

White with #85400A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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