Html Css Color HEX #886505 Golden Brown

📋 copy color: '#886505'

red 136 ◦ green 101 ◦ blue 5

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

Shades of Golden Brown #886505

Tints of Golden Brown #886505

RGB

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

 GREEN value IS 101 (39.84% from 255) = 41.74%

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

R = 56.2%
G = 41.74%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#886505 (or 0x886505) is known color: Golden Brown. HEX triplet: 88, 65 and 05. RGB value is (136,101,5). Sum of RGB (Red+Green+Blue) = 136+101+5=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #886505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886505 is #779AFA. Grayscale: #646464. Windows color (decimal): -7838459 or 353672. OLE color: 353672.

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

Color convert

RGB 136 101 5 -
CMYK 0 0.26 0.96 0.47
HSL 43.97º 0.93% 0.28% -
HSV(B) 43.97º 0.96% 0.53% -
XYZ 14.83 14.55 2.17 -
YUV 100.52 74.1 153.31 -
System Red Green Blue C M Y K H S L
Decimal 136 101 5 0 0.26 0.96 0.47 43.97 0.93 0.28
Hex 88 65 5 0 1A 60 2F 2C 5D 1C
Octal 210 145 5 0 32 140 57 54 135 34
Binary 10001000 1100101 101 0 11010 1100000 101111 101100 1011101 11100

Color Harmonies of #886505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886505

Black with #886505

Text Example


Text Example

White with #886505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886505; }

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

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

background-color css

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

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

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

border-color css

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

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

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