Html Css Color HEX #994007 Saddle Brown

📋 copy color: '#994007'

red 153 ◦ green 64 ◦ blue 7

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

Shades of Saddle Brown #994007

Tints of Saddle Brown #994007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.13%

R = 68.3%
G = 28.57%
B = 3.13%

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

#994007 (or 0x994007) is known color: Saddle Brown. HEX triplet: 99, 40 and 07. RGB value is (153,64,7). Sum of RGB (Red+Green+Blue) = 153+64+7=224 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.30% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 7 (3.12% from 255 or 3.12% from 224); Max value from RGB is 153 - color contains mainly: red. Hex color #994007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994007 is #66BFF8. Grayscale: #545454. Windows color (decimal): -6733817 or 475289. OLE color: 475289.

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

Color convert

RGB 153 64 7 -
CMYK 0 0.58 0.95 0.4
HSL 23.42º 0.91% 0.31% -
HSV(B) 23.42º 0.95% 0.6% -
XYZ 15.01 10.45 1.43 -
YUV 84.11 84.49 177.13 -
System Red Green Blue C M Y K H S L
Decimal 153 64 7 0 0.58 0.95 0.4 23.42 0.91 0.31
Hex 99 40 7 0 3A 5F 28 17 5B 1F
Octal 231 100 7 0 72 137 50 27 133 37
Binary 10011001 1000000 111 0 111010 1011111 101000 10111 1011011 11111

Color Harmonies of #994007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994007

Black with #994007

Text Example


Text Example

White with #994007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994007; }

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

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

background-color css

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

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

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

border-color css

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

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

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