Html Css Color HEX #886013 Golden Brown

📋 copy color: '#886013'

red 136 ◦ green 96 ◦ blue 19

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

Shades of Golden Brown #886013

Tints of Golden Brown #886013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.25%

 BLUE value IS 19 (7.81% from 255) = 7.57%

R = 54.18%
G = 38.25%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#886013 (or 0x886013) is known color: Golden Brown. HEX triplet: 88, 60 and 13. RGB value is (136,96,19). Sum of RGB (Red+Green+Blue) = 136+96+19=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #886013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886013 is #779FEC. Grayscale: #636363. Windows color (decimal): -7839725 or 1269896. OLE color: 1269896.

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

Color convert

RGB 136 96 19 -
CMYK 0 0.29 0.86 0.47
HSL 39.49º 0.75% 0.3% -
HSV(B) 39.49º 0.86% 0.53% -
XYZ 14.45 13.65 2.49 -
YUV 99.18 82.75 154.26 -
System Red Green Blue C M Y K H S L
Decimal 136 96 19 0 0.29 0.86 0.47 39.49 0.75 0.3
Hex 88 60 13 0 1D 56 2F 27 4B 1E
Octal 210 140 23 0 35 126 57 47 113 36
Binary 10001000 1100000 10011 0 11101 1010110 101111 100111 1001011 11110

Color Harmonies of #886013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886013

Black with #886013

Text Example


Text Example

White with #886013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886013; }

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

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

background-color css

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

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

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

border-color css

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

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

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