Html Css Color HEX #993B0A Saddle Brown

📋 copy color: '#993B0A'

red 153 ◦ green 59 ◦ blue 10

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

Shades of Saddle Brown #993B0A

Tints of Saddle Brown #993B0A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.58%

 BLUE value IS 10 (4.3% from 255) = 4.5%

R = 68.92%
G = 26.58%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#993B0A (or 0x993B0A) is known color: Saddle Brown. HEX triplet: 99, 3B and 0A. RGB value is (153,59,10). Sum of RGB (Red+Green+Blue) = 153+59+10=222 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.92% from 222); Green value is 59 (23.44% from 255 or 26.58% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 153 - color contains mainly: red. Hex color #993B0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993B0A is #66C4F5. Grayscale: #515151. Windows color (decimal): -6735094 or 670617. OLE color: 670617.

HSL color Cylindrical-coordinate representation of color #993B0A: hue angle of 20.56º degrees, saturation: 0.88, 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 #993B0A is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 59 10 -
CMYK 0 0.61 0.93 0.4
HSL 20.56º 0.88% 0.32% -
HSV(B) 20.56º 0.93% 0.6% -
XYZ 14.76 9.92 1.42 -
YUV 81.52 87.64 178.98 -
System Red Green Blue C M Y K H S L
Decimal 153 59 10 0 0.61 0.93 0.4 20.56 0.88 0.32
Hex 99 3B A 0 3D 5D 28 15 58 20
Octal 231 73 12 0 75 135 50 25 130 40
Binary 10011001 111011 1010 0 111101 1011101 101000 10101 1011000 100000

Color Harmonies of #993B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993B0A

Black with #993B0A

Text Example


Text Example

White with #993B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,59,10); }

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

background-color css

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

 a { background-color: rgb(153,59,10); }

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

border-color css

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

 span { border-color: rgb(153,59,10); }

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