Html Css Color HEX #9C7003 Golden Brown

📋 copy color: '#9C7003'

red 156 ◦ green 112 ◦ blue 3

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

Shades of Golden Brown #9C7003

Tints of Golden Brown #9C7003

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.33%

 BLUE value IS 3 (1.56% from 255) = 1.11%

R = 57.56%
G = 41.33%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.39

RGB Variations

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

Color information

#9C7003 (or 0x9C7003) is known color: Golden Brown. HEX triplet: 9C, 70 and 03. RGB value is (156,112,3). Sum of RGB (Red+Green+Blue) = 156+112+3=271 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.56% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7003 is #638FFC. Grayscale: #717171. Windows color (decimal): -6524925 or 225436. OLE color: 225436.

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

Color convert

RGB 156 112 3 -
CMYK 0 0.28 0.98 0.39
HSL 42.75º 0.96% 0.31% -
HSV(B) 42.75º 0.98% 0.61% -
XYZ 19.52 18.66 2.66 -
YUV 112.73 66.08 158.86 -
System Red Green Blue C M Y K H S L
Decimal 156 112 3 0 0.28 0.98 0.39 42.75 0.96 0.31
Hex 9C 70 3 0 1C 62 27 2B 60 1F
Octal 234 160 3 0 34 142 47 53 140 37
Binary 10011100 1110000 11 0 11100 1100010 100111 101011 1100000 11111

Color Harmonies of #9C7003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7003

Black with #9C7003

Text Example


Text Example

White with #9C7003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,112,3); }

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

background-color css

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

 a { background-color: rgb(156,112,3); }

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

border-color css

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

 span { border-color: rgb(156,112,3); }

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