Html Css Color HEX #99480F Saddle Brown

📋 copy color: '#99480F'

red 153 ◦ green 72 ◦ blue 15

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

Shades of Saddle Brown #99480F

Tints of Saddle Brown #99480F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.25%

R = 63.75%
G = 30%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#99480F (or 0x99480F) is known color: Saddle Brown. HEX triplet: 99, 48 and 0F. RGB value is (153,72,15). Sum of RGB (Red+Green+Blue) = 153+72+15=240 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.75% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 153 - color contains mainly: red. Hex color #99480F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99480F is #66B7F0. Grayscale: #5A5A5A. Windows color (decimal): -6731761 or 1001625. OLE color: 1001625.

HSL color Cylindrical-coordinate representation of color #99480F: hue angle of 24.78º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99480F is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 72 15 -
CMYK 0 0.53 0.90 0.4
HSL 24.78º 0.82% 0.33% -
HSV(B) 24.78º 0.9% 0.6% -
XYZ 15.54 11.44 1.84 -
YUV 89.72 85.84 173.13 -
System Red Green Blue C M Y K H S L
Decimal 153 72 15 0 0.53 0.90 0.4 24.78 0.82 0.33
Hex 99 48 F 0 35 5A 28 19 52 21
Octal 231 110 17 0 65 132 50 31 122 41
Binary 10011001 1001000 1111 0 110101 1011010 101000 11001 1010010 100001

Color Harmonies of #99480F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99480F

Black with #99480F

Text Example


Text Example

White with #99480F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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