Html Css Color HEX #884900 Saddle Brown

📋 copy color: '#884900'

red 136 ◦ green 73 ◦ blue 0

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

Shades of Saddle Brown #884900

Tints of Saddle Brown #884900

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.93%

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

R = 65.07%
G = 34.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#884900 (or 0x884900) is known color: Saddle Brown. HEX triplet: 88, 49 and 00. RGB value is (136,73,0). Sum of RGB (Red+Green+Blue) = 136+73+0=209 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.07% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 136 - color contains mainly: red. Hex color #884900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884900 is #77B6FF. Grayscale: #535353. Windows color (decimal): -7845632 or 18824. OLE color: 18824.

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

Color convert

RGB 136 73 0 -
CMYK 0 0.46 1 0.47
HSL 32.21º 1% 0.27% -
HSV(B) 32.21º 1% 0.53% -
XYZ 12.54 10 1.27 -
YUV 83.52 80.87 165.44 -
System Red Green Blue C M Y K H S L
Decimal 136 73 0 0 0.46 1 0.47 32.21 1 0.27
Hex 88 49 0 0 2E 64 2F 20 64 1B
Octal 210 111 0 0 56 144 57 40 144 33
Binary 10001000 1001001 0 0 101110 1100100 101111 100000 1100100 11011

Color Harmonies of #884900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884900

Black with #884900

Text Example


Text Example

White with #884900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884900; }

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

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

background-color css

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

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

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

border-color css

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

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

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