Html Css Color HEX #997312 Golden Brown

📋 copy color: '#997312'

red 153 ◦ green 115 ◦ blue 18

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

Shades of Golden Brown #997312

Tints of Golden Brown #997312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.29%

R = 53.5%
G = 40.21%
B = 6.29%

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

#997312 (or 0x997312) is known color: Golden Brown. HEX triplet: 99, 73 and 12. RGB value is (153,115,18). Sum of RGB (Red+Green+Blue) = 153+115+18=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #997312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997312 is #668CED. Grayscale: #737373. Windows color (decimal): -6720750 or 1209241. OLE color: 1209241.

HSL color Cylindrical-coordinate representation of color #997312: hue angle of 43.11º degrees, saturation: 0.79, 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 #997312 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 115 18 -
CMYK 0 0.25 0.88 0.4
HSL 43.11º 0.79% 0.34% -
HSV(B) 43.11º 0.88% 0.6% -
XYZ 19.38 19.08 3.23 -
YUV 115.3 73.09 154.89 -
System Red Green Blue C M Y K H S L
Decimal 153 115 18 0 0.25 0.88 0.4 43.11 0.79 0.34
Hex 99 73 12 0 19 58 28 2B 4F 22
Octal 231 163 22 0 31 130 50 53 117 42
Binary 10011001 1110011 10010 0 11001 1011000 101000 101011 1001111 100010

Color Harmonies of #997312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997312

Black with #997312

Text Example


Text Example

White with #997312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997312; }

 p { color: rgb(153,115,18); }

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

background-color css

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

 a { background-color: rgb(153,115,18); }

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

border-color css

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

 span { border-color: rgb(153,115,18); }

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