Html Css Color HEX #885C05 Golden Brown

📋 copy color: '#885C05'

red 136 ◦ green 92 ◦ blue 5

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

Shades of Golden Brown #885C05

Tints of Golden Brown #885C05

RGB

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

 GREEN value IS 92 (36.33% from 255) = 39.48%

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

R = 58.37%
G = 39.48%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#885C05 (or 0x885C05) is known color: Golden Brown. HEX triplet: 88, 5C and 05. RGB value is (136,92,5). Sum of RGB (Red+Green+Blue) = 136+92+5=233 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.37% from 233); Green value is 92 (36.33% from 255 or 39.48% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 136 - color contains mainly: red. Hex color #885C05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885C05 is #77A3FA. Grayscale: #5F5F5F. Windows color (decimal): -7840763 or 351368. OLE color: 351368.

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

Color convert

RGB 136 92 5 -
CMYK 0 0.32 0.96 0.47
HSL 39.85º 0.93% 0.28% -
HSV(B) 39.85º 0.96% 0.53% -
XYZ 14.01 12.9 1.9 -
YUV 95.24 77.08 157.07 -
System Red Green Blue C M Y K H S L
Decimal 136 92 5 0 0.32 0.96 0.47 39.85 0.93 0.28
Hex 88 5C 5 0 20 60 2F 28 5D 1C
Octal 210 134 5 0 40 140 57 50 135 34
Binary 10001000 1011100 101 0 100000 1100000 101111 101000 1011101 11100

Color Harmonies of #885C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885C05

Black with #885C05

Text Example


Text Example

White with #885C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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