Html Css Color HEX #99720B Golden Brown

📋 copy color: '#99720B'

red 153 ◦ green 114 ◦ blue 11

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

Shades of Golden Brown #99720B

Tints of Golden Brown #99720B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.96%

R = 55.04%
G = 41.01%
B = 3.96%

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

#99720B (or 0x99720B) is known color: Golden Brown. HEX triplet: 99, 72 and 0B. RGB value is (153,114,11). Sum of RGB (Red+Green+Blue) = 153+114+11=278 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.04% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 153 - color contains mainly: red. Hex color #99720B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99720B is #668DF4. Grayscale: #727272. Windows color (decimal): -6721013 or 750233. OLE color: 750233.

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

Color convert

RGB 153 114 11 -
CMYK 0 0.25 0.93 0.4
HSL 43.52º 0.87% 0.32% -
HSV(B) 43.52º 0.93% 0.6% -
XYZ 19.21 18.83 2.94 -
YUV 113.92 69.92 155.88 -
System Red Green Blue C M Y K H S L
Decimal 153 114 11 0 0.25 0.93 0.4 43.52 0.87 0.32
Hex 99 72 B 0 19 5D 28 2C 57 20
Octal 231 162 13 0 31 135 50 54 127 40
Binary 10011001 1110010 1011 0 11001 1011101 101000 101100 1010111 100000

Color Harmonies of #99720B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99720B

Black with #99720B

Text Example


Text Example

White with #99720B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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