Html Css Color HEX #994701 Saddle Brown

📋 copy color: '#994701'

red 153 ◦ green 71 ◦ blue 1

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

Shades of Saddle Brown #994701

Tints of Saddle Brown #994701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 68%
G = 31.56%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#994701 (or 0x994701) is known color: Saddle Brown. HEX triplet: 99, 47 and 01. RGB value is (153,71,1). Sum of RGB (Red+Green+Blue) = 153+71+1=225 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 153 - color contains mainly: red. Hex color #994701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994701 is #66B8FE. Grayscale: #575757. Windows color (decimal): -6732031 or 83865. OLE color: 83865.

HSL color Cylindrical-coordinate representation of color #994701: hue angle of 27.63º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #994701 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 71 1 -
CMYK 0 0.54 0.99 0.4
HSL 27.63º 0.99% 0.3% -
HSV(B) 27.63º 0.99% 0.6% -
XYZ 15.4 11.28 1.39 -
YUV 87.54 79.17 174.69 -
System Red Green Blue C M Y K H S L
Decimal 153 71 1 0 0.54 0.99 0.4 27.63 0.99 0.3
Hex 99 47 1 0 36 63 28 1C 63 1E
Octal 231 107 1 0 66 143 50 34 143 36
Binary 10011001 1000111 1 0 110110 1100011 101000 11100 1100011 11110

Color Harmonies of #994701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994701

Black with #994701

Text Example


Text Example

White with #994701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994701; }

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

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

background-color css

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

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

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

border-color css

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

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

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