Html Css Color HEX #85420A Saddle Brown

📋 copy color: '#85420A'

red 133 ◦ green 66 ◦ blue 10

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

Shades of Saddle Brown #85420A

Tints of Saddle Brown #85420A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.58%

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

R = 63.64%
G = 31.58%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#85420A (or 0x85420A) is known color: Saddle Brown. HEX triplet: 85, 42 and 0A. RGB value is (133,66,10). Sum of RGB (Red+Green+Blue) = 133+66+10=209 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.64% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 10 (4.30% from 255 or 4.78% from 209); Max value from RGB is 133 - color contains mainly: red. Hex color #85420A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85420A is #7ABDF5. Grayscale: #4F4F4F. Windows color (decimal): -8044022 or 672389. OLE color: 672389.

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

Color convert

RGB 133 66 10 -
CMYK 0 0.50 0.92 0.48
HSL 27.32º 0.86% 0.28% -
HSV(B) 27.32º 0.92% 0.52% -
XYZ 11.68 8.9 1.39 -
YUV 79.65 88.7 166.05 -
System Red Green Blue C M Y K H S L
Decimal 133 66 10 0 0.50 0.92 0.48 27.32 0.86 0.28
Hex 85 42 A 0 32 5C 30 1B 56 1C
Octal 205 102 12 0 62 134 60 33 126 34
Binary 10000101 1000010 1010 0 110010 1011100 110000 11011 1010110 11100

Color Harmonies of #85420A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85420A

Black with #85420A

Text Example


Text Example

White with #85420A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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