Html Css Color HEX #93370B Saddle Brown

📋 copy color: '#93370B'

red 147 ◦ green 55 ◦ blue 11

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

Shades of Saddle Brown #93370B

Tints of Saddle Brown #93370B

RGB

 RED value IS 147 (57.81% from 255) = 69.01%

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

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

R = 69.01%
G = 25.82%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#93370B (or 0x93370B) is known color: Saddle Brown. HEX triplet: 93, 37 and 0B. RGB value is (147,55,11). Sum of RGB (Red+Green+Blue) = 147+55+11=213 (28% of max value = 765). Red value is 147 (57.81% from 255 or 69.01% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 147 - color contains mainly: red. Hex color #93370B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93370B is #6CC8F4. Grayscale: #4D4D4D. Windows color (decimal): -7129333 or 735123. OLE color: 735123.

HSL color Cylindrical-coordinate representation of color #93370B: hue angle of 19.41º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #93370B is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 55 11 -
CMYK 0 0.63 0.93 0.42
HSL 19.41º 0.86% 0.31% -
HSV(B) 19.41º 0.93% 0.58% -
XYZ 13.46 8.96 1.34 -
YUV 77.49 90.48 177.58 -
System Red Green Blue C M Y K H S L
Decimal 147 55 11 0 0.63 0.93 0.42 19.41 0.86 0.31
Hex 93 37 B 0 3F 5D 2A 13 56 1F
Octal 223 67 13 0 77 135 52 23 126 37
Binary 10010011 110111 1011 0 111111 1011101 101010 10011 1010110 11111

Color Harmonies of #93370B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93370B

Black with #93370B

Text Example


Text Example

White with #93370B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93370B; }

 p { color: rgb(147,55,11); }

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

background-color css

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

 a { background-color: rgb(147,55,11); }

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

border-color css

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

 span { border-color: rgb(147,55,11); }

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