Html Css Color HEX #995D15 Golden Brown

📋 copy color: '#995D15'

red 153 ◦ green 93 ◦ blue 21

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

Shades of Golden Brown #995D15

Tints of Golden Brown #995D15

RGB

 RED value IS 153 (60.16% from 255) = 57.3%

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

 BLUE value IS 21 (8.59% from 255) = 7.87%

R = 57.3%
G = 34.83%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#995D15 (or 0x995D15) is known color: Golden Brown. HEX triplet: 99, 5D and 15. RGB value is (153,93,21). Sum of RGB (Red+Green+Blue) = 153+93+21=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #995D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995D15 is #66A2EA. Grayscale: #676767. Windows color (decimal): -6726379 or 1400217. OLE color: 1400217.

HSL color Cylindrical-coordinate representation of color #995D15: hue angle of 32.73º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #995D15 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 93 21 -
CMYK 0 0.39 0.86 0.4
HSL 32.73º 0.76% 0.34% -
HSV(B) 32.73º 0.86% 0.6% -
XYZ 17.19 14.66 2.63 -
YUV 102.73 81.88 163.85 -
System Red Green Blue C M Y K H S L
Decimal 153 93 21 0 0.39 0.86 0.4 32.73 0.76 0.34
Hex 99 5D 15 0 27 56 28 21 4C 22
Octal 231 135 25 0 47 126 50 41 114 42
Binary 10011001 1011101 10101 0 100111 1010110 101000 100001 1001100 100010

Color Harmonies of #995D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995D15

Black with #995D15

Text Example


Text Example

White with #995D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995D15; }

 p { color: rgb(153,93,21); }

 H1.HeaderClassName
 {
   color: #995D15;
 }
 .AnyTagClassName
 {
   color: #995D15;
 }
</style>

background-color css

<style>
 a { background-color: #995D15; }

 a { background-color: rgb(153,93,21); }

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

border-color css

<style>
 span { border-color: #995D15; }

 span { border-color: rgb(153,93,21); }

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