Html Css Color HEX #885D13 Golden Brown

📋 copy color: '#885D13'

red 136 ◦ green 93 ◦ blue 19

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

Shades of Golden Brown #885D13

Tints of Golden Brown #885D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.66%

R = 54.84%
G = 37.5%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#885D13 (or 0x885D13) is known color: Golden Brown. HEX triplet: 88, 5D and 13. RGB value is (136,93,19). Sum of RGB (Red+Green+Blue) = 136+93+19=248 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.84% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 136 - color contains mainly: red. Hex color #885D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885D13 is #77A2EC. Grayscale: #616161. Windows color (decimal): -7840493 or 1269128. OLE color: 1269128.

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

Color convert

RGB 136 93 19 -
CMYK 0 0.32 0.86 0.47
HSL 37.95º 0.75% 0.3% -
HSV(B) 37.95º 0.86% 0.53% -
XYZ 14.19 13.11 2.4 -
YUV 97.42 83.75 155.52 -
System Red Green Blue C M Y K H S L
Decimal 136 93 19 0 0.32 0.86 0.47 37.95 0.75 0.3
Hex 88 5D 13 0 20 56 2F 26 4B 1E
Octal 210 135 23 0 40 126 57 46 113 36
Binary 10001000 1011101 10011 0 100000 1010110 101111 100110 1001011 11110

Color Harmonies of #885D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885D13

Black with #885D13

Text Example


Text Example

White with #885D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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