Html Css Color HEX #9C7215 Golden Brown

📋 copy color: '#9C7215'

red 156 ◦ green 114 ◦ blue 21

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

Shades of Golden Brown #9C7215

Tints of Golden Brown #9C7215

RGB

 RED value IS 156 (61.33% from 255) = 53.61%

 GREEN value IS 114 (44.92% from 255) = 39.18%

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

R = 53.61%
G = 39.18%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.39

RGB Variations

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

Color information

#9C7215 (or 0x9C7215) is known color: Golden Brown. HEX triplet: 9C, 72 and 15. RGB value is (156,114,21). Sum of RGB (Red+Green+Blue) = 156+114+21=291 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.61% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 21 (8.59% from 255 or 7.22% from 291); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7215 is #638DEA. Grayscale: #747474. Windows color (decimal): -6524395 or 1405596. OLE color: 1405596.

HSL color Cylindrical-coordinate representation of color #9C7215: hue angle of 41.33º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C7215 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 114 21 -
CMYK 0 0.27 0.87 0.39
HSL 41.33º 0.76% 0.35% -
HSV(B) 41.33º 0.87% 0.61% -
XYZ 19.86 19.16 3.36 -
YUV 115.96 74.41 156.56 -
System Red Green Blue C M Y K H S L
Decimal 156 114 21 0 0.27 0.87 0.39 41.33 0.76 0.35
Hex 9C 72 15 0 1B 57 27 29 4C 23
Octal 234 162 25 0 33 127 47 51 114 43
Binary 10011100 1110010 10101 0 11011 1010111 100111 101001 1001100 100011

Color Harmonies of #9C7215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7215

Black with #9C7215

Text Example


Text Example

White with #9C7215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C7215; }

 p { color: rgb(156,114,21); }

 H1.HeaderClassName
 {
   color: #9C7215;
 }
 .AnyTagClassName
 {
   color: #9C7215;
 }
</style>

background-color css

<style>
 a { background-color: #9C7215; }

 a { background-color: rgb(156,114,21); }

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

border-color css

<style>
 span { border-color: #9C7215; }

 span { border-color: rgb(156,114,21); }

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