Html Css Color HEX #994702 Saddle Brown

📋 copy color: '#994702'

red 153 ◦ green 71 ◦ blue 2

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

Shades of Saddle Brown #994702

Tints of Saddle Brown #994702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.88%

R = 67.7%
G = 31.42%
B = 0.88%

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

#994702 (or 0x994702) is known color: Saddle Brown. HEX triplet: 99, 47 and 02. RGB value is (153,71,2). Sum of RGB (Red+Green+Blue) = 153+71+2=226 (29% of max value = 765). Red value is 153 (60.16% from 255 or 67.70% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 153 - color contains mainly: red. Hex color #994702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994702 is #66B8FD. Grayscale: #585858. Windows color (decimal): -6732030 or 149401. OLE color: 149401.

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

Color convert

RGB 153 71 2 -
CMYK 0 0.54 0.99 0.4
HSL 27.42º 0.97% 0.3% -
HSV(B) 27.42º 0.99% 0.6% -
XYZ 15.4 11.28 1.42 -
YUV 87.65 79.67 174.61 -
System Red Green Blue C M Y K H S L
Decimal 153 71 2 0 0.54 0.99 0.4 27.42 0.97 0.3
Hex 99 47 2 0 36 63 28 1B 61 1E
Octal 231 107 2 0 66 143 50 33 141 36
Binary 10011001 1000111 10 0 110110 1100011 101000 11011 1100001 11110

Color Harmonies of #994702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994702

Black with #994702

Text Example


Text Example

White with #994702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994702; }

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

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

background-color css

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

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

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

border-color css

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

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

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