Html Css Color HEX #886005 Golden Brown

📋 copy color: '#886005'

red 136 ◦ green 96 ◦ blue 5

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

Shades of Golden Brown #886005

Tints of Golden Brown #886005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.11%

R = 57.38%
G = 40.51%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#886005 (or 0x886005) is known color: Golden Brown. HEX triplet: 88, 60 and 05. RGB value is (136,96,5). Sum of RGB (Red+Green+Blue) = 136+96+5=237 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.38% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 136 - color contains mainly: red. Hex color #886005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886005 is #779FFA. Grayscale: #616161. Windows color (decimal): -7839739 or 352392. OLE color: 352392.

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

Color convert

RGB 136 96 5 -
CMYK 0 0.29 0.96 0.47
HSL 41.68º 0.93% 0.28% -
HSV(B) 41.68º 0.96% 0.53% -
XYZ 14.36 13.61 2.01 -
YUV 97.59 75.75 155.4 -
System Red Green Blue C M Y K H S L
Decimal 136 96 5 0 0.29 0.96 0.47 41.68 0.93 0.28
Hex 88 60 5 0 1D 60 2F 2A 5D 1C
Octal 210 140 5 0 35 140 57 52 135 34
Binary 10001000 1100000 101 0 11101 1100000 101111 101010 1011101 11100

Color Harmonies of #886005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886005

Black with #886005

Text Example


Text Example

White with #886005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886005; }

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

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

background-color css

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

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

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

border-color css

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

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

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