Html Css Color HEX #993E0B Saddle Brown

📋 copy color: '#993E0B'

red 153 ◦ green 62 ◦ blue 11

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

Shades of Saddle Brown #993E0B

Tints of Saddle Brown #993E0B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.43%

 BLUE value IS 11 (4.69% from 255) = 4.87%

R = 67.7%
G = 27.43%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#993E0B (or 0x993E0B) is known color: Saddle Brown. HEX triplet: 99, 3E and 0B. RGB value is (153,62,11). Sum of RGB (Red+Green+Blue) = 153+62+11=226 (29% of max value = 765). Red value is 153 (60.16% from 255 or 67.70% from 226); Green value is 62 (24.61% from 255 or 27.43% from 226); Blue value is 11 (4.69% from 255 or 4.87% from 226); Max value from RGB is 153 - color contains mainly: red. Hex color #993E0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993E0B is #66C1F4. Grayscale: #535353. Windows color (decimal): -6734325 or 736921. OLE color: 736921.

HSL color Cylindrical-coordinate representation of color #993E0B: hue angle of 21.55º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #993E0B is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 62 11 -
CMYK 0 0.59 0.93 0.4
HSL 21.55º 0.87% 0.32% -
HSV(B) 21.55º 0.93% 0.6% -
XYZ 14.92 10.24 1.51 -
YUV 83.4 87.15 177.65 -
System Red Green Blue C M Y K H S L
Decimal 153 62 11 0 0.59 0.93 0.4 21.55 0.87 0.32
Hex 99 3E B 0 3B 5D 28 16 57 20
Octal 231 76 13 0 73 135 50 26 127 40
Binary 10011001 111110 1011 0 111011 1011101 101000 10110 1010111 100000

Color Harmonies of #993E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993E0B

Black with #993E0B

Text Example


Text Example

White with #993E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993E0B; }

 p { color: rgb(153,62,11); }

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

background-color css

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

 a { background-color: rgb(153,62,11); }

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

border-color css

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

 span { border-color: rgb(153,62,11); }

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