Html Css Color HEX #994F10 Saddle Brown

📋 copy color: '#994F10'

red 153 ◦ green 79 ◦ blue 16

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

Shades of Saddle Brown #994F10

Tints of Saddle Brown #994F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.45%

R = 61.69%
G = 31.85%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#994F10 (or 0x994F10) is known color: Saddle Brown. HEX triplet: 99, 4F and 10. RGB value is (153,79,16). Sum of RGB (Red+Green+Blue) = 153+79+16=248 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.69% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 153 - color contains mainly: red. Hex color #994F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #994F10 is #66B0EF. Grayscale: #5E5E5E. Windows color (decimal): -6729968 or 1068953. OLE color: 1068953.

HSL color Cylindrical-coordinate representation of color #994F10: hue angle of 27.59º degrees, saturation: 0.81, 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 #994F10 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 79 16 -
CMYK 0 0.48 0.90 0.4
HSL 27.59º 0.81% 0.33% -
HSV(B) 27.59º 0.9% 0.6% -
XYZ 16.03 12.4 2.04 -
YUV 93.94 84.02 170.12 -
System Red Green Blue C M Y K H S L
Decimal 153 79 16 0 0.48 0.90 0.4 27.59 0.81 0.33
Hex 99 4F 10 0 30 5A 28 1C 51 21
Octal 231 117 20 0 60 132 50 34 121 41
Binary 10011001 1001111 10000 0 110000 1011010 101000 11100 1010001 100001

Color Harmonies of #994F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994F10

Black with #994F10

Text Example


Text Example

White with #994F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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