Html Css Color HEX #9C5304 Golden Brown

📋 copy color: '#9C5304'

red 156 ◦ green 83 ◦ blue 4

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

Shades of Golden Brown #9C5304

Tints of Golden Brown #9C5304

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.16%

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

R = 64.2%
G = 34.16%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#9C5304 (or 0x9C5304) is known color: Golden Brown. HEX triplet: 9C, 53 and 04. RGB value is (156,83,4). Sum of RGB (Red+Green+Blue) = 156+83+4=243 (32% of max value = 765). Red value is 156 (61.33% from 255 or 64.20% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5304 is #63ACFB. Grayscale: #606060. Windows color (decimal): -6532348 or 283548. OLE color: 283548.

HSL color Cylindrical-coordinate representation of color #9C5304: hue angle of 31.18º 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 #9C5304 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 83 4 -
CMYK 0 0.47 0.97 0.39
HSL 31.18º 0.95% 0.31% -
HSV(B) 31.18º 0.97% 0.61% -
XYZ 16.83 13.26 1.79 -
YUV 95.82 76.18 170.92 -
System Red Green Blue C M Y K H S L
Decimal 156 83 4 0 0.47 0.97 0.39 31.18 0.95 0.31
Hex 9C 53 4 0 2F 61 27 1F 5F 1F
Octal 234 123 4 0 57 141 47 37 137 37
Binary 10011100 1010011 100 0 101111 1100001 100111 11111 1011111 11111

Color Harmonies of #9C5304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5304

Black with #9C5304

Text Example


Text Example

White with #9C5304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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