Html Css Color HEX #9C7114 Golden Brown

📋 copy color: '#9C7114'

red 156 ◦ green 113 ◦ blue 20

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

Shades of Golden Brown #9C7114

Tints of Golden Brown #9C7114

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.1%

 BLUE value IS 20 (8.2% from 255) = 6.92%

R = 53.98%
G = 39.1%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.39

RGB Variations

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

Color information

#9C7114 (or 0x9C7114) is known color: Golden Brown. HEX triplet: 9C, 71 and 14. RGB value is (156,113,20). Sum of RGB (Red+Green+Blue) = 156+113+20=289 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.98% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7114 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7114 is #638EEB. Grayscale: #737373. Windows color (decimal): -6524652 or 1339804. OLE color: 1339804.

HSL color Cylindrical-coordinate representation of color #9C7114: hue angle of 41.03º degrees, saturation: 0.77, 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 #9C7114 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 113 20 -
CMYK 0 0.28 0.87 0.39
HSL 41.03º 0.77% 0.35% -
HSV(B) 41.03º 0.87% 0.61% -
XYZ 19.74 18.93 3.27 -
YUV 115.26 74.25 157.06 -
System Red Green Blue C M Y K H S L
Decimal 156 113 20 0 0.28 0.87 0.39 41.03 0.77 0.35
Hex 9C 71 14 0 1C 57 27 29 4D 23
Octal 234 161 24 0 34 127 47 51 115 43
Binary 10011100 1110001 10100 0 11100 1010111 100111 101001 1001101 100011

Color Harmonies of #9C7114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7114

Black with #9C7114

Text Example


Text Example

White with #9C7114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,113,20); }

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

background-color css

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

 a { background-color: rgb(156,113,20); }

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

border-color css

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

 span { border-color: rgb(156,113,20); }

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