Html Css Color HEX #995C15 Golden Brown

📋 copy color: '#995C15'

red 153 ◦ green 92 ◦ blue 21

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

Shades of Golden Brown #995C15

Tints of Golden Brown #995C15

RGB

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

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

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

R = 57.52%
G = 34.59%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#995C15 (or 0x995C15) is known color: Golden Brown. HEX triplet: 99, 5C and 15. RGB value is (153,92,21). Sum of RGB (Red+Green+Blue) = 153+92+21=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #995C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995C15 is #66A3EA. Grayscale: #666666. Windows color (decimal): -6726635 or 1399961. OLE color: 1399961.

HSL color Cylindrical-coordinate representation of color #995C15: hue angle of 32.27º 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 #995C15 is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 92 21 -
CMYK 0 0.40 0.86 0.4
HSL 32.27º 0.76% 0.34% -
HSV(B) 32.27º 0.86% 0.6% -
XYZ 17.1 14.48 2.6 -
YUV 102.15 82.21 164.27 -
System Red Green Blue C M Y K H S L
Decimal 153 92 21 0 0.40 0.86 0.4 32.27 0.76 0.34
Hex 99 5C 15 0 28 56 28 20 4C 22
Octal 231 134 25 0 50 126 50 40 114 42
Binary 10011001 1011100 10101 0 101000 1010110 101000 100000 1001100 100010

Color Harmonies of #995C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995C15

Black with #995C15

Text Example


Text Example

White with #995C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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