Html Css Color HEX #99720A Golden Brown

📋 copy color: '#99720A'

red 153 ◦ green 114 ◦ blue 10

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

Shades of Golden Brown #99720A

Tints of Golden Brown #99720A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.61%

R = 55.23%
G = 41.16%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#99720A (or 0x99720A) is known color: Golden Brown. HEX triplet: 99, 72 and 0A. RGB value is (153,114,10). Sum of RGB (Red+Green+Blue) = 153+114+10=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #99720A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99720A is #668DF5. Grayscale: #727272. Windows color (decimal): -6721014 or 684697. OLE color: 684697.

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

Color convert

RGB 153 114 10 -
CMYK 0 0.25 0.93 0.4
HSL 43.64º 0.88% 0.32% -
HSV(B) 43.64º 0.93% 0.6% -
XYZ 19.21 18.83 2.91 -
YUV 113.81 69.42 155.96 -
System Red Green Blue C M Y K H S L
Decimal 153 114 10 0 0.25 0.93 0.4 43.64 0.88 0.32
Hex 99 72 A 0 19 5D 28 2C 58 20
Octal 231 162 12 0 31 135 50 54 130 40
Binary 10011001 1110010 1010 0 11001 1011101 101000 101100 1011000 100000

Color Harmonies of #99720A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99720A

Black with #99720A

Text Example


Text Example

White with #99720A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99720A; }

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

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

background-color css

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

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

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

border-color css

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

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

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