Html Css Color HEX #993A0D Saddle Brown

📋 copy color: '#993A0D'

red 153 ◦ green 58 ◦ blue 13

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

Shades of Saddle Brown #993A0D

Tints of Saddle Brown #993A0D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.89%

 BLUE value IS 13 (5.47% from 255) = 5.8%

R = 68.3%
G = 25.89%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#993A0D (or 0x993A0D) is known color: Saddle Brown. HEX triplet: 99, 3A and 0D. RGB value is (153,58,13). Sum of RGB (Red+Green+Blue) = 153+58+13=224 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.30% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 153 - color contains mainly: red. Hex color #993A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993A0D is #66C5F2. Grayscale: #515151. Windows color (decimal): -6735347 or 866969. OLE color: 866969.

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

Color convert

RGB 153 58 13 -
CMYK 0 0.62 0.92 0.4
HSL 19.29º 0.84% 0.33% -
HSV(B) 19.29º 0.92% 0.6% -
XYZ 14.72 9.83 1.5 -
YUV 81.28 89.47 179.16 -
System Red Green Blue C M Y K H S L
Decimal 153 58 13 0 0.62 0.92 0.4 19.29 0.84 0.33
Hex 99 3A D 0 3E 5C 28 13 54 21
Octal 231 72 15 0 76 134 50 23 124 41
Binary 10011001 111010 1101 0 111110 1011100 101000 10011 1010100 100001

Color Harmonies of #993A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993A0D

Black with #993A0D

Text Example


Text Example

White with #993A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,58,13); }

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

background-color css

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

 a { background-color: rgb(153,58,13); }

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

border-color css

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

 span { border-color: rgb(153,58,13); }

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