Html Css Color HEX #884000 Saddle Brown

📋 copy color: '#884000'

red 136 ◦ green 64 ◦ blue 0

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

Shades of Saddle Brown #884000

Tints of Saddle Brown #884000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32%

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

R = 68%
G = 32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#884000 (or 0x884000) is known color: Saddle Brown. HEX triplet: 88, 40 and 00. RGB value is (136,64,0). Sum of RGB (Red+Green+Blue) = 136+64+0=200 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 136 - color contains mainly: red. Hex color #884000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884000 is #77BFFF. Grayscale: #4E4E4E. Windows color (decimal): -7847936 or 16520. OLE color: 16520.

HSL color Cylindrical-coordinate representation of color #884000: hue angle of 28.24º 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 #884000 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 64 0 -
CMYK 0 0.53 1 0.47
HSL 28.24º 1% 0.27% -
HSV(B) 28.24º 1% 0.53% -
XYZ 11.99 8.9 1.09 -
YUV 78.23 83.85 169.2 -
System Red Green Blue C M Y K H S L
Decimal 136 64 0 0 0.53 1 0.47 28.24 1 0.27
Hex 88 40 0 0 35 64 2F 1C 64 1B
Octal 210 100 0 0 65 144 57 34 144 33
Binary 10001000 1000000 0 0 110101 1100100 101111 11100 1100100 11011

Color Harmonies of #884000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884000

Black with #884000

Text Example


Text Example

White with #884000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884000; }

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

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

background-color css

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

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

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

border-color css

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

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

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