Html Css Color HEX #9C7304 Golden Brown

📋 copy color: '#9C7304'

red 156 ◦ green 115 ◦ blue 4

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

Shades of Golden Brown #9C7304

Tints of Golden Brown #9C7304

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.82%

 BLUE value IS 4 (1.95% from 255) = 1.45%

R = 56.73%
G = 41.82%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#9C7304 (or 0x9C7304) is known color: Golden Brown. HEX triplet: 9C, 73 and 04. RGB value is (156,115,4). Sum of RGB (Red+Green+Blue) = 156+115+4=275 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.73% from 275); Green value is 115 (45.31% from 255 or 41.82% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7304 is #638CFB. Grayscale: #737373. Windows color (decimal): -6524156 or 291740. OLE color: 291740.

HSL color Cylindrical-coordinate representation of color #9C7304: hue angle of 43.82º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C7304 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 115 4 -
CMYK 0 0.26 0.97 0.39
HSL 43.82º 0.95% 0.31% -
HSV(B) 43.82º 0.97% 0.61% -
XYZ 19.86 19.34 2.8 -
YUV 114.61 65.58 157.53 -
System Red Green Blue C M Y K H S L
Decimal 156 115 4 0 0.26 0.97 0.39 43.82 0.95 0.31
Hex 9C 73 4 0 1A 61 27 2C 5F 1F
Octal 234 163 4 0 32 141 47 54 137 37
Binary 10011100 1110011 100 0 11010 1100001 100111 101100 1011111 11111

Color Harmonies of #9C7304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7304

Black with #9C7304

Text Example


Text Example

White with #9C7304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,115,4); }

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

background-color css

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

 a { background-color: rgb(156,115,4); }

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

border-color css

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

 span { border-color: rgb(156,115,4); }

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