Html Css Color HEX #886311 Golden Brown

📋 copy color: '#886311'

red 136 ◦ green 99 ◦ blue 17

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

Shades of Golden Brown #886311

Tints of Golden Brown #886311

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.29%

 BLUE value IS 17 (7.03% from 255) = 6.75%

R = 53.97%
G = 39.29%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#886311 (or 0x886311) is known color: Golden Brown. HEX triplet: 88, 63 and 11. RGB value is (136,99,17). Sum of RGB (Red+Green+Blue) = 136+99+17=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #886311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886311 is #779CEE. Grayscale: #656565. Windows color (decimal): -7838959 or 1139592. OLE color: 1139592.

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

Color convert

RGB 136 99 17 -
CMYK 0 0.27 0.87 0.47
HSL 41.34º 0.78% 0.3% -
HSV(B) 41.34º 0.88% 0.53% -
XYZ 14.72 14.2 2.5 -
YUV 100.72 80.76 153.17 -
System Red Green Blue C M Y K H S L
Decimal 136 99 17 0 0.27 0.87 0.47 41.34 0.78 0.3
Hex 88 63 11 0 1B 57 2F 29 4E 1E
Octal 210 143 21 0 33 127 57 51 116 36
Binary 10001000 1100011 10001 0 11011 1010111 101111 101001 1001110 11110

Color Harmonies of #886311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886311

Black with #886311

Text Example


Text Example

White with #886311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886311; }

 p { color: rgb(136,99,17); }

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

background-color css

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

 a { background-color: rgb(136,99,17); }

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

border-color css

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

 span { border-color: rgb(136,99,17); }

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