Html Css Color HEX #99480D Saddle Brown

📋 copy color: '#99480D'

red 153 ◦ green 72 ◦ blue 13

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

Shades of Saddle Brown #99480D

Tints of Saddle Brown #99480D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.25%

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

R = 64.29%
G = 30.25%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#99480D (or 0x99480D) is known color: Saddle Brown. HEX triplet: 99, 48 and 0D. RGB value is (153,72,13). Sum of RGB (Red+Green+Blue) = 153+72+13=238 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.29% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 153 - color contains mainly: red. Hex color #99480D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99480D is #66B7F2. Grayscale: #595959. Windows color (decimal): -6731763 or 870553. OLE color: 870553.

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

Color convert

RGB 153 72 13 -
CMYK 0 0.53 0.92 0.4
HSL 25.29º 0.84% 0.33% -
HSV(B) 25.29º 0.92% 0.6% -
XYZ 15.53 11.44 1.77 -
YUV 89.49 84.84 173.3 -
System Red Green Blue C M Y K H S L
Decimal 153 72 13 0 0.53 0.92 0.4 25.29 0.84 0.33
Hex 99 48 D 0 35 5C 28 19 54 21
Octal 231 110 15 0 65 134 50 31 124 41
Binary 10011001 1001000 1101 0 110101 1011100 101000 11001 1010100 100001

Color Harmonies of #99480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99480D

Black with #99480D

Text Example


Text Example

White with #99480D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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