Html Css Color HEX #99730B Golden Brown

📋 copy color: '#99730B'

red 153 ◦ green 115 ◦ blue 11

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

Shades of Golden Brown #99730B

Tints of Golden Brown #99730B

RGB

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

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

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

R = 54.84%
G = 41.22%
B = 3.94%

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

#99730B (or 0x99730B) is known color: Golden Brown. HEX triplet: 99, 73 and 0B. RGB value is (153,115,11). Sum of RGB (Red+Green+Blue) = 153+115+11=279 (36% of max value = 765). Red value is 153 (60.16% from 255 or 54.84% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 11 (4.69% from 255 or 3.94% from 279); Max value from RGB is 153 - color contains mainly: red. Hex color #99730B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99730B is #668CF4. Grayscale: #727272. Windows color (decimal): -6720757 or 750489. OLE color: 750489.

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

Color convert

RGB 153 115 11 -
CMYK 0 0.25 0.93 0.4
HSL 43.94º 0.87% 0.32% -
HSV(B) 43.94º 0.93% 0.6% -
XYZ 19.33 19.06 2.98 -
YUV 114.51 69.59 155.46 -
System Red Green Blue C M Y K H S L
Decimal 153 115 11 0 0.25 0.93 0.4 43.94 0.87 0.32
Hex 99 73 B 0 19 5D 28 2C 57 20
Octal 231 163 13 0 31 135 50 54 127 40
Binary 10011001 1110011 1011 0 11001 1011101 101000 101100 1010111 100000

Color Harmonies of #99730B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99730B

Black with #99730B

Text Example


Text Example

White with #99730B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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