Html Css Color HEX #994A03 Saddle Brown

📋 copy color: '#994A03'

red 153 ◦ green 74 ◦ blue 3

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

Shades of Saddle Brown #994A03

Tints of Saddle Brown #994A03

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.17%

 BLUE value IS 3 (1.56% from 255) = 1.3%

R = 66.52%
G = 32.17%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.4

RGB Variations

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

Color information

#994A03 (or 0x994A03) is known color: Saddle Brown. HEX triplet: 99, 4A and 03. RGB value is (153,74,3). Sum of RGB (Red+Green+Blue) = 153+74+3=230 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.52% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 153 - color contains mainly: red. Hex color #994A03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994A03 is #66B5FC. Grayscale: #595959. Windows color (decimal): -6731261 or 215705. OLE color: 215705.

HSL color Cylindrical-coordinate representation of color #994A03: hue angle of 28.4º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #994A03 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 74 3 -
CMYK 0 0.52 0.98 0.4
HSL 28.4º 0.96% 0.31% -
HSV(B) 28.4º 0.98% 0.6% -
XYZ 15.6 11.68 1.52 -
YUV 89.53 79.17 173.27 -
System Red Green Blue C M Y K H S L
Decimal 153 74 3 0 0.52 0.98 0.4 28.4 0.96 0.31
Hex 99 4A 3 0 34 62 28 1C 60 1F
Octal 231 112 3 0 64 142 50 34 140 37
Binary 10011001 1001010 11 0 110100 1100010 101000 11100 1100000 11111

Color Harmonies of #994A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994A03

Black with #994A03

Text Example


Text Example

White with #994A03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,74,3); }

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

background-color css

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

 a { background-color: rgb(153,74,3); }

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

border-color css

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

 span { border-color: rgb(153,74,3); }

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