Html Css Color HEX #885705 Golden Brown

📋 copy color: '#885705'

red 136 ◦ green 87 ◦ blue 5

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

Shades of Golden Brown #885705

Tints of Golden Brown #885705

RGB

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

 GREEN value IS 87 (34.38% from 255) = 38.16%

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

R = 59.65%
G = 38.16%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#885705 (or 0x885705) is known color: Golden Brown. HEX triplet: 88, 57 and 05. RGB value is (136,87,5). Sum of RGB (Red+Green+Blue) = 136+87+5=228 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.65% from 228); Green value is 87 (34.38% from 255 or 38.16% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 136 - color contains mainly: red. Hex color #885705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885705 is #77A8FA. Grayscale: #5C5C5C. Windows color (decimal): -7842043 or 350088. OLE color: 350088.

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

Color convert

RGB 136 87 5 -
CMYK 0 0.36 0.96 0.47
HSL 37.56º 0.93% 0.28% -
HSV(B) 37.56º 0.96% 0.53% -
XYZ 13.59 12.06 1.76 -
YUV 92.3 78.73 159.17 -
System Red Green Blue C M Y K H S L
Decimal 136 87 5 0 0.36 0.96 0.47 37.56 0.93 0.28
Hex 88 57 5 0 24 60 2F 26 5D 1C
Octal 210 127 5 0 44 140 57 46 135 34
Binary 10001000 1010111 101 0 100100 1100000 101111 100110 1011101 11100

Color Harmonies of #885705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885705

Black with #885705

Text Example


Text Example

White with #885705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885705; }

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

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

background-color css

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

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

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

border-color css

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

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

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