Html Css Color HEX #993402 Saddle Brown

📋 copy color: '#993402'

red 153 ◦ green 52 ◦ blue 2

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

Shades of Saddle Brown #993402

Tints of Saddle Brown #993402

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.12%

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

R = 73.91%
G = 25.12%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#993402 (or 0x993402) is known color: Saddle Brown. HEX triplet: 99, 34 and 02. RGB value is (153,52,2). Sum of RGB (Red+Green+Blue) = 153+52+2=207 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.91% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 153 - color contains mainly: red. Hex color #993402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993402 is #66CBFD. Grayscale: #4C4C4C. Windows color (decimal): -6736894 or 144537. OLE color: 144537.

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

Color convert

RGB 153 52 2 -
CMYK 0 0.66 0.99 0.4
HSL 19.87º 0.97% 0.3% -
HSV(B) 19.87º 0.99% 0.6% -
XYZ 14.38 9.23 1.08 -
YUV 76.5 85.96 182.57 -
System Red Green Blue C M Y K H S L
Decimal 153 52 2 0 0.66 0.99 0.4 19.87 0.97 0.3
Hex 99 34 2 0 42 63 28 14 61 1E
Octal 231 64 2 0 102 143 50 24 141 36
Binary 10011001 110100 10 0 1000010 1100011 101000 10100 1100001 11110

Color Harmonies of #993402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993402

Black with #993402

Text Example


Text Example

White with #993402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993402; }

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

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

background-color css

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

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

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

border-color css

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

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

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