Html Css Color HEX #994802 Saddle Brown

📋 copy color: '#994802'

red 153 ◦ green 72 ◦ blue 2

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

Shades of Saddle Brown #994802

Tints of Saddle Brown #994802

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.72%

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

R = 67.4%
G = 31.72%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#994802 (or 0x994802) is known color: Saddle Brown. HEX triplet: 99, 48 and 02. RGB value is (153,72,2). Sum of RGB (Red+Green+Blue) = 153+72+2=227 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.40% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 153 - color contains mainly: red. Hex color #994802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994802 is #66B7FD. Grayscale: #585858. Windows color (decimal): -6731774 or 149657. OLE color: 149657.

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

Color convert

RGB 153 72 2 -
CMYK 0 0.53 0.99 0.4
HSL 27.81º 0.97% 0.3% -
HSV(B) 27.81º 0.99% 0.6% -
XYZ 15.47 11.41 1.44 -
YUV 88.24 79.34 174.19 -
System Red Green Blue C M Y K H S L
Decimal 153 72 2 0 0.53 0.99 0.4 27.81 0.97 0.3
Hex 99 48 2 0 35 63 28 1C 61 1E
Octal 231 110 2 0 65 143 50 34 141 36
Binary 10011001 1001000 10 0 110101 1100011 101000 11100 1100001 11110

Color Harmonies of #994802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994802

Black with #994802

Text Example


Text Example

White with #994802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994802; }

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

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

background-color css

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

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

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

border-color css

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

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

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