Html Css Color HEX #85500F Saddle Brown

📋 copy color: '#85500F'

red 133 ◦ green 80 ◦ blue 15

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

Shades of Saddle Brown #85500F

Tints of Saddle Brown #85500F

RGB

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

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

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

R = 58.33%
G = 35.09%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85500F (or 0x85500F) is known color: Saddle Brown. HEX triplet: 85, 50 and 0F. RGB value is (133,80,15). Sum of RGB (Red+Green+Blue) = 133+80+15=228 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.33% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 133 - color contains mainly: red. Hex color #85500F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85500F is #7AAFF0. Grayscale: #585858. Windows color (decimal): -8040433 or 1003653. OLE color: 1003653.

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

Color convert

RGB 133 80 15 -
CMYK 0 0.40 0.89 0.48
HSL 33.05º 0.8% 0.29% -
HSV(B) 33.05º 0.89% 0.52% -
XYZ 12.63 10.76 1.86 -
YUV 88.44 86.56 159.79 -
System Red Green Blue C M Y K H S L
Decimal 133 80 15 0 0.40 0.89 0.48 33.05 0.8 0.29
Hex 85 50 F 0 28 59 30 21 50 1D
Octal 205 120 17 0 50 131 60 41 120 35
Binary 10000101 1010000 1111 0 101000 1011001 110000 100001 1010000 11101

Color Harmonies of #85500F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85500F

Black with #85500F

Text Example


Text Example

White with #85500F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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