Html Css Color HEX #886400 Golden Brown

📋 copy color: '#886400'

red 136 ◦ green 100 ◦ blue 0

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

Shades of Golden Brown #886400

Tints of Golden Brown #886400

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.37%

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

R = 57.63%
G = 42.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#886400 (or 0x886400) is known color: Golden Brown. HEX triplet: 88, 64 and 00. RGB value is (136,100,0). Sum of RGB (Red+Green+Blue) = 136+100+0=236 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.63% from 236); Green value is 100 (39.45% from 255 or 42.37% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 136 - color contains mainly: red. Hex color #886400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886400 is #779BFF. Grayscale: #636363. Windows color (decimal): -7838720 or 25736. OLE color: 25736.

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

Color convert

RGB 136 100 0 -
CMYK 0 0.26 1 0.47
HSL 44.12º 1% 0.27% -
HSV(B) 44.12º 1% 0.53% -
XYZ 14.71 14.35 1.99 -
YUV 99.36 71.93 154.13 -
System Red Green Blue C M Y K H S L
Decimal 136 100 0 0 0.26 1 0.47 44.12 1 0.27
Hex 88 64 0 0 1A 64 2F 2C 64 1B
Octal 210 144 0 0 32 144 57 54 144 33
Binary 10001000 1100100 0 0 11010 1100100 101111 101100 1100100 11011

Color Harmonies of #886400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886400

Black with #886400

Text Example


Text Example

White with #886400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886400; }

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

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

background-color css

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

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

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

border-color css

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

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

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