Html Css Color HEX #997213 Golden Brown

📋 copy color: '#997213'

red 153 ◦ green 114 ◦ blue 19

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

Shades of Golden Brown #997213

Tints of Golden Brown #997213

RGB

 RED value IS 153 (60.16% from 255) = 53.5%

 GREEN value IS 114 (44.92% from 255) = 39.86%

 BLUE value IS 19 (7.81% from 255) = 6.64%

R = 53.5%
G = 39.86%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#997213 (or 0x997213) is known color: Golden Brown. HEX triplet: 99, 72 and 13. RGB value is (153,114,19). Sum of RGB (Red+Green+Blue) = 153+114+19=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #997213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997213 is #668DEC. Grayscale: #737373. Windows color (decimal): -6721005 or 1274521. OLE color: 1274521.

HSL color Cylindrical-coordinate representation of color #997213: hue angle of 42.54º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #997213 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 114 19 -
CMYK 0 0.25 0.88 0.4
HSL 42.54º 0.78% 0.34% -
HSV(B) 42.54º 0.88% 0.6% -
XYZ 19.27 18.85 3.24 -
YUV 114.83 73.92 155.22 -
System Red Green Blue C M Y K H S L
Decimal 153 114 19 0 0.25 0.88 0.4 42.54 0.78 0.34
Hex 99 72 13 0 19 58 28 2B 4E 22
Octal 231 162 23 0 31 130 50 53 116 42
Binary 10011001 1110010 10011 0 11001 1011000 101000 101011 1001110 100010

Color Harmonies of #997213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997213

Black with #997213

Text Example


Text Example

White with #997213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997213; }

 p { color: rgb(153,114,19); }

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

background-color css

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

 a { background-color: rgb(153,114,19); }

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

border-color css

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

 span { border-color: rgb(153,114,19); }

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