Html Css Color HEX #994008 Saddle Brown

📋 copy color: '#994008'

red 153 ◦ green 64 ◦ blue 8

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

Shades of Saddle Brown #994008

Tints of Saddle Brown #994008

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.44%

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

R = 68%
G = 28.44%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#994008 (or 0x994008) is known color: Saddle Brown. HEX triplet: 99, 40 and 08. RGB value is (153,64,8). Sum of RGB (Red+Green+Blue) = 153+64+8=225 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 8 (3.52% from 255 or 3.56% from 225); Max value from RGB is 153 - color contains mainly: red. Hex color #994008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994008 is #66BFF7. Grayscale: #545454. Windows color (decimal): -6733816 or 540825. OLE color: 540825.

HSL color Cylindrical-coordinate representation of color #994008: hue angle of 23.17º 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 #994008 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 64 8 -
CMYK 0 0.58 0.95 0.4
HSL 23.17º 0.9% 0.32% -
HSV(B) 23.17º 0.95% 0.6% -
XYZ 15.01 10.46 1.46 -
YUV 84.23 84.99 177.05 -
System Red Green Blue C M Y K H S L
Decimal 153 64 8 0 0.58 0.95 0.4 23.17 0.9 0.32
Hex 99 40 8 0 3A 5F 28 17 5A 20
Octal 231 100 10 0 72 137 50 27 132 40
Binary 10011001 1000000 1000 0 111010 1011111 101000 10111 1011010 100000

Color Harmonies of #994008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994008

Black with #994008

Text Example


Text Example

White with #994008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994008; }

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

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

background-color css

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

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

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

border-color css

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

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

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