Html Css Color HEX #885C0F Golden Brown

📋 copy color: '#885C0F'

red 136 ◦ green 92 ◦ blue 15

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

Shades of Golden Brown #885C0F

Tints of Golden Brown #885C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.17%

R = 55.97%
G = 37.86%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#885C0F (or 0x885C0F) is known color: Golden Brown. HEX triplet: 88, 5C and 0F. RGB value is (136,92,15). Sum of RGB (Red+Green+Blue) = 136+92+15=243 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.97% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 136 - color contains mainly: red. Hex color #885C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885C0F is #77A3F0. Grayscale: #606060. Windows color (decimal): -7840753 or 1006728. OLE color: 1006728.

HSL color Cylindrical-coordinate representation of color #885C0F: hue angle of 38.18º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #885C0F is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 92 15 -
CMYK 0 0.32 0.89 0.47
HSL 38.18º 0.8% 0.3% -
HSV(B) 38.18º 0.89% 0.53% -
XYZ 14.07 12.92 2.2 -
YUV 96.38 82.08 156.26 -
System Red Green Blue C M Y K H S L
Decimal 136 92 15 0 0.32 0.89 0.47 38.18 0.8 0.3
Hex 88 5C F 0 20 59 2F 26 50 1E
Octal 210 134 17 0 40 131 57 46 120 36
Binary 10001000 1011100 1111 0 100000 1011001 101111 100110 1010000 11110

Color Harmonies of #885C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885C0F

Black with #885C0F

Text Example


Text Example

White with #885C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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