Html Css Color HEX #885A0F Golden Brown

📋 copy color: '#885A0F'

red 136 ◦ green 90 ◦ blue 15

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

Shades of Golden Brown #885A0F

Tints of Golden Brown #885A0F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.34%

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

R = 56.43%
G = 37.34%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#885A0F (or 0x885A0F) is known color: Golden Brown. HEX triplet: 88, 5A and 0F. RGB value is (136,90,15). Sum of RGB (Red+Green+Blue) = 136+90+15=241 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.43% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 136 - color contains mainly: red. Hex color #885A0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885A0F is #77A5F0. Grayscale: #5F5F5F. Windows color (decimal): -7841265 or 1006216. OLE color: 1006216.

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

Color convert

RGB 136 90 15 -
CMYK 0 0.34 0.89 0.47
HSL 37.19º 0.8% 0.3% -
HSV(B) 37.19º 0.89% 0.53% -
XYZ 13.9 12.58 2.15 -
YUV 95.2 82.74 157.1 -
System Red Green Blue C M Y K H S L
Decimal 136 90 15 0 0.34 0.89 0.47 37.19 0.8 0.3
Hex 88 5A F 0 22 59 2F 25 50 1E
Octal 210 132 17 0 42 131 57 45 120 36
Binary 10001000 1011010 1111 0 100010 1011001 101111 100101 1010000 11110

Color Harmonies of #885A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885A0F

Black with #885A0F

Text Example


Text Example

White with #885A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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