Html Css Color HEX #994707 Saddle Brown

📋 copy color: '#994707'

red 153 ◦ green 71 ◦ blue 7

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

Shades of Saddle Brown #994707

Tints of Saddle Brown #994707

RGB

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

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

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

R = 66.23%
G = 30.74%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#994707 (or 0x994707) is known color: Saddle Brown. HEX triplet: 99, 47 and 07. RGB value is (153,71,7). Sum of RGB (Red+Green+Blue) = 153+71+7=231 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.23% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 7 (3.12% from 255 or 3.03% from 231); Max value from RGB is 153 - color contains mainly: red. Hex color #994707 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994707 is #66B8F8. Grayscale: #585858. Windows color (decimal): -6732025 or 477081. OLE color: 477081.

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

Color convert

RGB 153 71 7 -
CMYK 0 0.54 0.95 0.4
HSL 26.3º 0.91% 0.31% -
HSV(B) 26.3º 0.95% 0.6% -
XYZ 15.43 11.29 1.57 -
YUV 88.22 82.17 174.2 -
System Red Green Blue C M Y K H S L
Decimal 153 71 7 0 0.54 0.95 0.4 26.3 0.91 0.31
Hex 99 47 7 0 36 5F 28 1A 5B 1F
Octal 231 107 7 0 66 137 50 32 133 37
Binary 10011001 1000111 111 0 110110 1011111 101000 11010 1011011 11111

Color Harmonies of #994707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994707

Black with #994707

Text Example


Text Example

White with #994707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994707; }

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

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

background-color css

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

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

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

border-color css

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

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

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