Html Css Color HEX #993702 Saddle Brown

📋 copy color: '#993702'

red 153 ◦ green 55 ◦ blue 2

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

Shades of Saddle Brown #993702

Tints of Saddle Brown #993702

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.19%

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

R = 72.86%
G = 26.19%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#993702 (or 0x993702) is known color: Saddle Brown. HEX triplet: 99, 37 and 02. RGB value is (153,55,2). Sum of RGB (Red+Green+Blue) = 153+55+2=210 (27% of max value = 765). Red value is 153 (60.16% from 255 or 72.86% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 153 - color contains mainly: red. Hex color #993702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993702 is #66C8FD. Grayscale: #4E4E4E. Windows color (decimal): -6736126 or 145305. OLE color: 145305.

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

Color convert

RGB 153 55 2 -
CMYK 0 0.64 0.99 0.4
HSL 21.06º 0.97% 0.3% -
HSV(B) 21.06º 0.99% 0.6% -
XYZ 14.51 9.51 1.13 -
YUV 78.26 84.97 181.31 -
System Red Green Blue C M Y K H S L
Decimal 153 55 2 0 0.64 0.99 0.4 21.06 0.97 0.3
Hex 99 37 2 0 40 63 28 15 61 1E
Octal 231 67 2 0 100 143 50 25 141 36
Binary 10011001 110111 10 0 1000000 1100011 101000 10101 1100001 11110

Color Harmonies of #993702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993702

Black with #993702

Text Example


Text Example

White with #993702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993702; }

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

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

background-color css

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

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

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

border-color css

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

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

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