Html Css Color HEX #994703 Saddle Brown

📋 copy color: '#994703'

red 153 ◦ green 71 ◦ blue 3

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

Shades of Saddle Brown #994703

Tints of Saddle Brown #994703

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.28%

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

R = 67.4%
G = 31.28%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.4

RGB Variations

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

Color information

#994703 (or 0x994703) is known color: Saddle Brown. HEX triplet: 99, 47 and 03. RGB value is (153,71,3). Sum of RGB (Red+Green+Blue) = 153+71+3=227 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.40% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 3 (1.56% from 255 or 1.32% from 227); Max value from RGB is 153 - color contains mainly: red. Hex color #994703 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994703 is #66B8FC. Grayscale: #585858. Windows color (decimal): -6732029 or 214937. OLE color: 214937.

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

Color convert

RGB 153 71 3 -
CMYK 0 0.54 0.98 0.4
HSL 27.2º 0.96% 0.31% -
HSV(B) 27.2º 0.98% 0.6% -
XYZ 15.41 11.29 1.45 -
YUV 87.77 80.17 174.53 -
System Red Green Blue C M Y K H S L
Decimal 153 71 3 0 0.54 0.98 0.4 27.2 0.96 0.31
Hex 99 47 3 0 36 62 28 1B 60 1F
Octal 231 107 3 0 66 142 50 33 140 37
Binary 10011001 1000111 11 0 110110 1100010 101000 11011 1100000 11111

Color Harmonies of #994703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994703

Black with #994703

Text Example


Text Example

White with #994703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994703; }

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

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

background-color css

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

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

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

border-color css

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

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

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