Html Css Color HEX #885D16 Golden Brown

📋 copy color: '#885D16'

red 136 ◦ green 93 ◦ blue 22

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

Shades of Golden Brown #885D16

Tints of Golden Brown #885D16

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.05%

 BLUE value IS 22 (8.98% from 255) = 8.76%

R = 54.18%
G = 37.05%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#885D16 (or 0x885D16) is known color: Golden Brown. HEX triplet: 88, 5D and 16. RGB value is (136,93,22). Sum of RGB (Red+Green+Blue) = 136+93+22=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 93 (36.72% from 255 or 37.05% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #885D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885D16 is #77A2E9. Grayscale: #626262. Windows color (decimal): -7840490 or 1465736. OLE color: 1465736.

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

Color convert

RGB 136 93 22 -
CMYK 0 0.32 0.84 0.47
HSL 37.37º 0.72% 0.31% -
HSV(B) 37.37º 0.84% 0.53% -
XYZ 14.21 13.12 2.54 -
YUV 97.76 85.25 155.27 -
System Red Green Blue C M Y K H S L
Decimal 136 93 22 0 0.32 0.84 0.47 37.37 0.72 0.31
Hex 88 5D 16 0 20 54 2F 25 48 1F
Octal 210 135 26 0 40 124 57 45 110 37
Binary 10001000 1011101 10110 0 100000 1010100 101111 100101 1001000 11111

Color Harmonies of #885D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885D16

Black with #885D16

Text Example


Text Example

White with #885D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,93,22); }

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

background-color css

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

 a { background-color: rgb(136,93,22); }

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

border-color css

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

 span { border-color: rgb(136,93,22); }

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