Html Css Color HEX #885007 Saddle Brown

📋 copy color: '#885007'

red 136 ◦ green 80 ◦ blue 7

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

Shades of Saddle Brown #885007

Tints of Saddle Brown #885007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.14%

R = 60.99%
G = 35.87%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#885007 (or 0x885007) is known color: Saddle Brown. HEX triplet: 88, 50 and 07. RGB value is (136,80,7). Sum of RGB (Red+Green+Blue) = 136+80+7=223 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.99% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 7 (3.12% from 255 or 3.14% from 223); Max value from RGB is 136 - color contains mainly: red. Hex color #885007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885007 is #77AFF8. Grayscale: #585858. Windows color (decimal): -7843833 or 479368. OLE color: 479368.

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

Color convert

RGB 136 80 7 -
CMYK 0 0.41 0.95 0.47
HSL 33.95º 0.9% 0.28% -
HSV(B) 33.95º 0.95% 0.53% -
XYZ 13.06 10.99 1.63 -
YUV 88.42 82.05 161.94 -
System Red Green Blue C M Y K H S L
Decimal 136 80 7 0 0.41 0.95 0.47 33.95 0.9 0.28
Hex 88 50 7 0 29 5F 2F 22 5A 1C
Octal 210 120 7 0 51 137 57 42 132 34
Binary 10001000 1010000 111 0 101001 1011111 101111 100010 1011010 11100

Color Harmonies of #885007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885007

Black with #885007

Text Example


Text Example

White with #885007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885007; }

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

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

background-color css

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

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

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

border-color css

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

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

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