Html Css Color HEX #994200 Saddle Brown

📋 copy color: '#994200'

red 153 ◦ green 66 ◦ blue 0

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

Shades of Saddle Brown #994200

Tints of Saddle Brown #994200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.14%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.86%
G = 30.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#994200 (or 0x994200) is known color: Saddle Brown. HEX triplet: 99, 42 and 00. RGB value is (153,66,0). Sum of RGB (Red+Green+Blue) = 153+66+0=219 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.86% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 153 - color contains mainly: red. Hex color #994200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994200 is #66BDFF. Grayscale: #545454. Windows color (decimal): -6733312 or 17049. OLE color: 17049.

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

Color convert

RGB 153 66 0 -
CMYK 0 0.57 1 0.4
HSL 25.88º 1% 0.3% -
HSV(B) 25.88º 1% 0.6% -
XYZ 15.09 10.67 1.26 -
YUV 84.49 80.32 176.87 -
System Red Green Blue C M Y K H S L
Decimal 153 66 0 0 0.57 1 0.4 25.88 1 0.3
Hex 99 42 0 0 39 64 28 1A 64 1E
Octal 231 102 0 0 71 144 50 32 144 36
Binary 10011001 1000010 0 0 111001 1100100 101000 11010 1100100 11110

Color Harmonies of #994200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994200

Black with #994200

Text Example


Text Example

White with #994200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994200; }

 p { color: rgb(153,66,0); }

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

background-color css

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

 a { background-color: rgb(153,66,0); }

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

border-color css

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

 span { border-color: rgb(153,66,0); }

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