Html Css Color HEX #977003 Golden Brown

📋 copy color: '#977003'

red 151 ◦ green 112 ◦ blue 3

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

Shades of Golden Brown #977003

Tints of Golden Brown #977003

RGB

 RED value IS 151 (59.38% from 255) = 56.77%

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

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

R = 56.77%
G = 42.11%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.41

RGB Variations

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

Color information

#977003 (or 0x977003) is known color: Golden Brown. HEX triplet: 97, 70 and 03. RGB value is (151,112,3). Sum of RGB (Red+Green+Blue) = 151+112+3=266 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.77% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 3 (1.56% from 255 or 1.13% from 266); Max value from RGB is 151 - color contains mainly: red. Hex color #977003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977003 is #688FFC. Grayscale: #6F6F6F. Windows color (decimal): -6852605 or 225431. OLE color: 225431.

HSL color Cylindrical-coordinate representation of color #977003: hue angle of 44.19º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #977003 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 112 3 -
CMYK 0 0.26 0.98 0.41
HSL 44.19º 0.96% 0.3% -
HSV(B) 44.19º 0.98% 0.59% -
XYZ 18.57 18.17 2.62 -
YUV 111.24 66.92 156.36 -
System Red Green Blue C M Y K H S L
Decimal 151 112 3 0 0.26 0.98 0.41 44.19 0.96 0.3
Hex 97 70 3 0 1A 62 29 2C 60 1E
Octal 227 160 3 0 32 142 51 54 140 36
Binary 10010111 1110000 11 0 11010 1100010 101001 101100 1100000 11110

Color Harmonies of #977003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977003

Black with #977003

Text Example


Text Example

White with #977003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977003; }

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

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

background-color css

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

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

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

border-color css

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

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

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