Html Css Color HEX #85500A Saddle Brown

📋 copy color: '#85500A'

red 133 ◦ green 80 ◦ blue 10

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

Shades of Saddle Brown #85500A

Tints of Saddle Brown #85500A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.87%

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

R = 59.64%
G = 35.87%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#85500A (or 0x85500A) is known color: Saddle Brown. HEX triplet: 85, 50 and 0A. RGB value is (133,80,10). Sum of RGB (Red+Green+Blue) = 133+80+10=223 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.64% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 10 (4.30% from 255 or 4.48% from 223); Max value from RGB is 133 - color contains mainly: red. Hex color #85500A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85500A is #7AAFF5. Grayscale: #585858. Windows color (decimal): -8040438 or 675973. OLE color: 675973.

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

Color convert

RGB 133 80 10 -
CMYK 0 0.40 0.92 0.48
HSL 34.15º 0.86% 0.28% -
HSV(B) 34.15º 0.92% 0.52% -
XYZ 12.6 10.75 1.7 -
YUV 87.87 84.06 160.19 -
System Red Green Blue C M Y K H S L
Decimal 133 80 10 0 0.40 0.92 0.48 34.15 0.86 0.28
Hex 85 50 A 0 28 5C 30 22 56 1C
Octal 205 120 12 0 50 134 60 42 126 34
Binary 10000101 1010000 1010 0 101000 1011100 110000 100010 1010110 11100

Color Harmonies of #85500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85500A

Black with #85500A

Text Example


Text Example

White with #85500A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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