Html Css Color HEX #99580D Golden Brown

📋 copy color: '#99580D'

red 153 ◦ green 88 ◦ blue 13

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

Shades of Golden Brown #99580D

Tints of Golden Brown #99580D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.65%

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

R = 60.24%
G = 34.65%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#99580D (or 0x99580D) is known color: Golden Brown. HEX triplet: 99, 58 and 0D. RGB value is (153,88,13). Sum of RGB (Red+Green+Blue) = 153+88+13=254 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.24% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 153 - color contains mainly: red. Hex color #99580D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99580D is #66A7F2. Grayscale: #636363. Windows color (decimal): -6727667 or 874649. OLE color: 874649.

HSL color Cylindrical-coordinate representation of color #99580D: hue angle of 32.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 #99580D is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 88 13 -
CMYK 0 0.42 0.92 0.4
HSL 32.14º 0.84% 0.33% -
HSV(B) 32.14º 0.92% 0.6% -
XYZ 16.7 13.78 2.16 -
YUV 98.89 79.53 166.6 -
System Red Green Blue C M Y K H S L
Decimal 153 88 13 0 0.42 0.92 0.4 32.14 0.84 0.33
Hex 99 58 D 0 2A 5C 28 20 54 21
Octal 231 130 15 0 52 134 50 40 124 41
Binary 10011001 1011000 1101 0 101010 1011100 101000 100000 1010100 100001

Color Harmonies of #99580D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99580D

Black with #99580D

Text Example


Text Example

White with #99580D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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