Html Css Color HEX #99740D Golden Brown

📋 copy color: '#99740D'

red 153 ◦ green 116 ◦ blue 13

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

Shades of Golden Brown #99740D

Tints of Golden Brown #99740D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.13%

 BLUE value IS 13 (5.47% from 255) = 4.61%

R = 54.26%
G = 41.13%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#99740D (or 0x99740D) is known color: Golden Brown. HEX triplet: 99, 74 and 0D. RGB value is (153,116,13). Sum of RGB (Red+Green+Blue) = 153+116+13=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #99740D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99740D is #668BF2. Grayscale: #737373. Windows color (decimal): -6720499 or 881817. OLE color: 881817.

HSL color Cylindrical-coordinate representation of color #99740D: hue angle of 44.14º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99740D is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 116 13 -
CMYK 0 0.24 0.92 0.4
HSL 44.14º 0.84% 0.33% -
HSV(B) 44.14º 0.92% 0.6% -
XYZ 19.45 19.29 3.08 -
YUV 115.32 70.26 154.88 -
System Red Green Blue C M Y K H S L
Decimal 153 116 13 0 0.24 0.92 0.4 44.14 0.84 0.33
Hex 99 74 D 0 18 5C 28 2C 54 21
Octal 231 164 15 0 30 134 50 54 124 41
Binary 10011001 1110100 1101 0 11000 1011100 101000 101100 1010100 100001

Color Harmonies of #99740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99740D

Black with #99740D

Text Example


Text Example

White with #99740D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99740D; }

 p { color: rgb(153,116,13); }

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

background-color css

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

 a { background-color: rgb(153,116,13); }

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

border-color css

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

 span { border-color: rgb(153,116,13); }

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