Html Css Color HEX #993E0E Saddle Brown

📋 copy color: '#993E0E'

red 153 ◦ green 62 ◦ blue 14

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

Shades of Saddle Brown #993E0E

Tints of Saddle Brown #993E0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.11%

R = 66.81%
G = 27.07%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.4

RGB Variations

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

Color information

#993E0E (or 0x993E0E) is known color: Saddle Brown. HEX triplet: 99, 3E and 0E. RGB value is (153,62,14). Sum of RGB (Red+Green+Blue) = 153+62+14=229 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.81% from 229); Green value is 62 (24.61% from 255 or 27.07% from 229); Blue value is 14 (5.86% from 255 or 6.11% from 229); Max value from RGB is 153 - color contains mainly: red. Hex color #993E0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993E0E is #66C1F1. Grayscale: #545454. Windows color (decimal): -6734322 or 933529. OLE color: 933529.

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

Color convert

RGB 153 62 14 -
CMYK 0 0.59 0.91 0.4
HSL 20.72º 0.83% 0.33% -
HSV(B) 20.72º 0.91% 0.6% -
XYZ 14.94 10.25 1.61 -
YUV 83.74 88.65 177.4 -
System Red Green Blue C M Y K H S L
Decimal 153 62 14 0 0.59 0.91 0.4 20.72 0.83 0.33
Hex 99 3E E 0 3B 5B 28 15 53 21
Octal 231 76 16 0 73 133 50 25 123 41
Binary 10011001 111110 1110 0 111011 1011011 101000 10101 1010011 100001

Color Harmonies of #993E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993E0E

Black with #993E0E

Text Example


Text Example

White with #993E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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