Html Css Color HEX #994808 Saddle Brown

📋 copy color: '#994808'

red 153 ◦ green 72 ◦ blue 8

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

Shades of Saddle Brown #994808

Tints of Saddle Brown #994808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.43%

R = 65.67%
G = 30.9%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#994808 (or 0x994808) is known color: Saddle Brown. HEX triplet: 99, 48 and 08. RGB value is (153,72,8). Sum of RGB (Red+Green+Blue) = 153+72+8=233 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.67% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 153 - color contains mainly: red. Hex color #994808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994808 is #66B7F7. Grayscale: #595959. Windows color (decimal): -6731768 or 542873. OLE color: 542873.

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

Color convert

RGB 153 72 8 -
CMYK 0 0.53 0.95 0.4
HSL 26.48º 0.9% 0.32% -
HSV(B) 26.48º 0.95% 0.6% -
XYZ 15.5 11.42 1.62 -
YUV 88.92 82.34 173.7 -
System Red Green Blue C M Y K H S L
Decimal 153 72 8 0 0.53 0.95 0.4 26.48 0.9 0.32
Hex 99 48 8 0 35 5F 28 1A 5A 20
Octal 231 110 10 0 65 137 50 32 132 40
Binary 10011001 1001000 1000 0 110101 1011111 101000 11010 1011010 100000

Color Harmonies of #994808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994808

Black with #994808

Text Example


Text Example

White with #994808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994808; }

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

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

background-color css

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

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

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

border-color css

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

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

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