Html Css Color HEX #886405 Golden Brown

📋 copy color: '#886405'

red 136 ◦ green 100 ◦ blue 5

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

Shades of Golden Brown #886405

Tints of Golden Brown #886405

RGB

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

 GREEN value IS 100 (39.45% from 255) = 41.49%

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

R = 56.43%
G = 41.49%
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

#886405 (or 0x886405) is known color: Golden Brown. HEX triplet: 88, 64 and 05. RGB value is (136,100,5). Sum of RGB (Red+Green+Blue) = 136+100+5=241 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.43% from 241); Green value is 100 (39.45% from 255 or 41.49% from 241); Blue value is 5 (2.34% from 255 or 2.07% from 241); Max value from RGB is 136 - color contains mainly: red. Hex color #886405 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886405 is #779BFA. Grayscale: #646464. Windows color (decimal): -7838715 or 353416. OLE color: 353416.

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

Color convert

RGB 136 100 5 -
CMYK 0 0.26 0.96 0.47
HSL 43.51º 0.93% 0.28% -
HSV(B) 43.51º 0.96% 0.53% -
XYZ 14.74 14.36 2.14 -
YUV 99.93 74.43 153.72 -
System Red Green Blue C M Y K H S L
Decimal 136 100 5 0 0.26 0.96 0.47 43.51 0.93 0.28
Hex 88 64 5 0 1A 60 2F 2C 5D 1C
Octal 210 144 5 0 32 140 57 54 135 34
Binary 10001000 1100100 101 0 11010 1100000 101111 101100 1011101 11100

Color Harmonies of #886405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886405

Black with #886405

Text Example


Text Example

White with #886405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886405; }

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

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

background-color css

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

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

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

border-color css

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

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

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