Html Css Color HEX #885001 Saddle Brown

📋 copy color: '#885001'

red 136 ◦ green 80 ◦ blue 1

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

Shades of Saddle Brown #885001

Tints of Saddle Brown #885001

RGB

 RED value IS 136 (53.52% from 255) = 62.67%

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

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 62.67%
G = 36.87%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#885001 (or 0x885001) is known color: Saddle Brown. HEX triplet: 88, 50 and 01. RGB value is (136,80,1). Sum of RGB (Red+Green+Blue) = 136+80+1=217 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.67% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 136 - color contains mainly: red. Hex color #885001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885001 is #77AFFE. Grayscale: #585858. Windows color (decimal): -7843839 or 86152. OLE color: 86152.

HSL color Cylindrical-coordinate representation of color #885001: hue angle of 35.11º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #885001 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 80 1 -
CMYK 0 0.41 0.99 0.47
HSL 35.11º 0.99% 0.27% -
HSV(B) 35.11º 0.99% 0.53% -
XYZ 13.03 10.97 1.46 -
YUV 87.74 79.05 162.42 -
System Red Green Blue C M Y K H S L
Decimal 136 80 1 0 0.41 0.99 0.47 35.11 0.99 0.27
Hex 88 50 1 0 29 63 2F 23 63 1B
Octal 210 120 1 0 51 143 57 43 143 33
Binary 10001000 1010000 1 0 101001 1100011 101111 100011 1100011 11011

Color Harmonies of #885001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885001

Black with #885001

Text Example


Text Example

White with #885001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885001; }

 p { color: rgb(136,80,1); }

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

background-color css

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

 a { background-color: rgb(136,80,1); }

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

border-color css

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

 span { border-color: rgb(136,80,1); }

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