Html Css Color HEX #994107 Saddle Brown

📋 copy color: '#994107'

red 153 ◦ green 65 ◦ blue 7

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

Shades of Saddle Brown #994107

Tints of Saddle Brown #994107

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.89%

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

R = 68%
G = 28.89%
B = 3.11%

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

#994107 (or 0x994107) is known color: Saddle Brown. HEX triplet: 99, 41 and 07. RGB value is (153,65,7). Sum of RGB (Red+Green+Blue) = 153+65+7=225 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 7 (3.12% from 255 or 3.11% from 225); Max value from RGB is 153 - color contains mainly: red. Hex color #994107 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994107 is #66BEF8. Grayscale: #555555. Windows color (decimal): -6733561 or 475545. OLE color: 475545.

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

Color convert

RGB 153 65 7 -
CMYK 0 0.58 0.95 0.4
HSL 23.84º 0.91% 0.31% -
HSV(B) 23.84º 0.95% 0.6% -
XYZ 15.07 10.57 1.45 -
YUV 84.7 84.15 176.72 -
System Red Green Blue C M Y K H S L
Decimal 153 65 7 0 0.58 0.95 0.4 23.84 0.91 0.31
Hex 99 41 7 0 3A 5F 28 18 5B 1F
Octal 231 101 7 0 72 137 50 30 133 37
Binary 10011001 1000001 111 0 111010 1011111 101000 11000 1011011 11111

Color Harmonies of #994107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994107

Black with #994107

Text Example


Text Example

White with #994107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994107; }

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

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

background-color css

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

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

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

border-color css

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

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

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