Html Css Color HEX #994502 Saddle Brown

📋 copy color: '#994502'

red 153 ◦ green 69 ◦ blue 2

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

Shades of Saddle Brown #994502

Tints of Saddle Brown #994502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.8%

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

R = 68.3%
G = 30.8%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#994502 (or 0x994502) is known color: Saddle Brown. HEX triplet: 99, 45 and 02. RGB value is (153,69,2). Sum of RGB (Red+Green+Blue) = 153+69+2=224 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.30% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 153 - color contains mainly: red. Hex color #994502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994502 is #66BAFD. Grayscale: #565656. Windows color (decimal): -6732542 or 148889. OLE color: 148889.

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

Color convert

RGB 153 69 2 -
CMYK 0 0.55 0.99 0.4
HSL 26.62º 0.97% 0.3% -
HSV(B) 26.62º 0.99% 0.6% -
XYZ 15.28 11.03 1.38 -
YUV 86.48 80.33 175.45 -
System Red Green Blue C M Y K H S L
Decimal 153 69 2 0 0.55 0.99 0.4 26.62 0.97 0.3
Hex 99 45 2 0 37 63 28 1B 61 1E
Octal 231 105 2 0 67 143 50 33 141 36
Binary 10011001 1000101 10 0 110111 1100011 101000 11011 1100001 11110

Color Harmonies of #994502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994502

Black with #994502

Text Example


Text Example

White with #994502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994502; }

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

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

background-color css

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

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

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

border-color css

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

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

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