Html Css Color HEX #99730E Golden Brown

📋 copy color: '#99730E'

red 153 ◦ green 115 ◦ blue 14

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

Shades of Golden Brown #99730E

Tints of Golden Brown #99730E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.96%

R = 54.26%
G = 40.78%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.4

RGB Variations

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

Color information

#99730E (or 0x99730E) is known color: Golden Brown. HEX triplet: 99, 73 and 0E. RGB value is (153,115,14). Sum of RGB (Red+Green+Blue) = 153+115+14=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 115 (45.31% from 255 or 40.78% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #99730E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99730E is #668CF1. Grayscale: #737373. Windows color (decimal): -6720754 or 947097. OLE color: 947097.

HSL color Cylindrical-coordinate representation of color #99730E: hue angle of 43.6º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #99730E is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 115 14 -
CMYK 0 0.25 0.91 0.4
HSL 43.6º 0.83% 0.33% -
HSV(B) 43.6º 0.91% 0.6% -
XYZ 19.35 19.07 3.08 -
YUV 114.85 71.09 155.21 -
System Red Green Blue C M Y K H S L
Decimal 153 115 14 0 0.25 0.91 0.4 43.6 0.83 0.33
Hex 99 73 E 0 19 5B 28 2C 53 21
Octal 231 163 16 0 31 133 50 54 123 41
Binary 10011001 1110011 1110 0 11001 1011011 101000 101100 1010011 100001

Color Harmonies of #99730E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99730E

Black with #99730E

Text Example


Text Example

White with #99730E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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