Html Css Color HEX #884600 Saddle Brown

📋 copy color: '#884600'

red 136 ◦ green 70 ◦ blue 0

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

Shades of Saddle Brown #884600

Tints of Saddle Brown #884600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.98%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.02%
G = 33.98%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#884600 (or 0x884600) is known color: Saddle Brown. HEX triplet: 88, 46 and 00. RGB value is (136,70,0). Sum of RGB (Red+Green+Blue) = 136+70+0=206 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.02% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 136 - color contains mainly: red. Hex color #884600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884600 is #77B9FF. Grayscale: #525252. Windows color (decimal): -7846400 or 18056. OLE color: 18056.

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

Color convert

RGB 136 70 0 -
CMYK 0 0.49 1 0.47
HSL 30.88º 1% 0.27% -
HSV(B) 30.88º 1% 0.53% -
XYZ 12.34 9.61 1.21 -
YUV 81.75 81.87 166.69 -
System Red Green Blue C M Y K H S L
Decimal 136 70 0 0 0.49 1 0.47 30.88 1 0.27
Hex 88 46 0 0 31 64 2F 1F 64 1B
Octal 210 106 0 0 61 144 57 37 144 33
Binary 10001000 1000110 0 0 110001 1100100 101111 11111 1100100 11011

Color Harmonies of #884600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884600

Black with #884600

Text Example


Text Example

White with #884600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884600; }

 p { color: rgb(136,70,0); }

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

background-color css

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

 a { background-color: rgb(136,70,0); }

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

border-color css

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

 span { border-color: rgb(136,70,0); }

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