Html Css Color HEX #994F09 Saddle Brown

📋 copy color: '#994F09'

red 153 ◦ green 79 ◦ blue 9

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

Shades of Saddle Brown #994F09

Tints of Saddle Brown #994F09

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.78%

 BLUE value IS 9 (3.91% from 255) = 3.73%

R = 63.49%
G = 32.78%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.4

RGB Variations

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

Color information

#994F09 (or 0x994F09) is known color: Saddle Brown. HEX triplet: 99, 4F and 09. RGB value is (153,79,9). Sum of RGB (Red+Green+Blue) = 153+79+9=241 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.49% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 153 - color contains mainly: red. Hex color #994F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #994F09 is #66B0F6. Grayscale: #5D5D5D. Windows color (decimal): -6729975 or 610201. OLE color: 610201.

HSL color Cylindrical-coordinate representation of color #994F09: hue angle of 29.17º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #994F09 is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 79 9 -
CMYK 0 0.48 0.94 0.4
HSL 29.17º 0.89% 0.32% -
HSV(B) 29.17º 0.94% 0.6% -
XYZ 15.98 12.38 1.81 -
YUV 93.15 80.52 170.69 -
System Red Green Blue C M Y K H S L
Decimal 153 79 9 0 0.48 0.94 0.4 29.17 0.89 0.32
Hex 99 4F 9 0 30 5E 28 1D 59 20
Octal 231 117 11 0 60 136 50 35 131 40
Binary 10011001 1001111 1001 0 110000 1011110 101000 11101 1011001 100000

Color Harmonies of #994F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994F09

Black with #994F09

Text Example


Text Example

White with #994F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994F09; }

 p { color: rgb(153,79,9); }

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

background-color css

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

 a { background-color: rgb(153,79,9); }

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

border-color css

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

 span { border-color: rgb(153,79,9); }

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