Html Css Color HEX #99570D Golden Brown

📋 copy color: '#99570D'

red 153 ◦ green 87 ◦ blue 13

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

Shades of Golden Brown #99570D

Tints of Golden Brown #99570D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.39%

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

R = 60.47%
G = 34.39%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#99570D (or 0x99570D) is known color: Golden Brown. HEX triplet: 99, 57 and 0D. RGB value is (153,87,13). Sum of RGB (Red+Green+Blue) = 153+87+13=253 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.47% from 253); Green value is 87 (34.38% from 255 or 34.39% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 153 - color contains mainly: red. Hex color #99570D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99570D is #66A8F2. Grayscale: #626262. Windows color (decimal): -6727923 or 874393. OLE color: 874393.

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

Color convert

RGB 153 87 13 -
CMYK 0 0.43 0.92 0.4
HSL 31.71º 0.84% 0.33% -
HSV(B) 31.71º 0.92% 0.6% -
XYZ 16.62 13.62 2.13 -
YUV 98.3 79.87 167.02 -
System Red Green Blue C M Y K H S L
Decimal 153 87 13 0 0.43 0.92 0.4 31.71 0.84 0.33
Hex 99 57 D 0 2B 5C 28 20 54 21
Octal 231 127 15 0 53 134 50 40 124 41
Binary 10011001 1010111 1101 0 101011 1011100 101000 100000 1010100 100001

Color Harmonies of #99570D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99570D

Black with #99570D

Text Example


Text Example

White with #99570D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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