#886213

Color #886213 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #886213

Tints of Golden Brown #886213

Color information

#886213 (or 0x886213) is unknown color: approx Golden Brown. HEX triplet: 88, 62 and 13. RGB value is (136,98,19). Sum of RGB (Red+Green+Blue) = 136+98+19=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #886213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886213 is #779DEC. Grayscale: #646464. Windows color (decimal): -7839213 or 1270408. OLE color: 1270408.

HSL color Cylindrical-coordinate representation of color #886213: hue angle of 40.51º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #886213 is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB1369819-
CMYK00.280.860.47
HSL40.51º75.48%30.39%-
HSV(B)40.51º86.03%53.33%-
XYZ14.6414.022.55-
YUV100.3682.09153.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.75%
GREEN value IS 98 (38.67% from 255) = 38.74%
BLUE value IS 19 (7.81% from 255) = 7.51%
R=53.75%
G=38.74%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136981900.280.860.4740.5175.4830.39
Hex88621301C562F294b1e
Octal21014223034126575111336
Binary100010001100010100110111001010110101111101001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886213; }

 p { color: rgb(136,98,19); }

 H1.HeaderClassName
 {
   color: #886213;
 }
 .AnyTagClassName
 {
   color: #886213;
 }
</style>
background-color css

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

 a { background-color: rgb(136,98,19); }

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

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

 span { border-color: rgb(136,98,19); }

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