Html Css Color HEX #93340B Saddle Brown

📋 copy color: '#93340B'

red 147 ◦ green 52 ◦ blue 11

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

Shades of Saddle Brown #93340B

Tints of Saddle Brown #93340B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.76%

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

R = 70%
G = 24.76%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#93340B (or 0x93340B) is known color: Saddle Brown. HEX triplet: 93, 34 and 0B. RGB value is (147,52,11). Sum of RGB (Red+Green+Blue) = 147+52+11=210 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 11 (4.69% from 255 or 5.24% from 210); Max value from RGB is 147 - color contains mainly: red. Hex color #93340B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93340B is #6CCBF4. Grayscale: #4B4B4B. Windows color (decimal): -7130101 or 734355. OLE color: 734355.

HSL color Cylindrical-coordinate representation of color #93340B: hue angle of 18.09º 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 #93340B is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 52 11 -
CMYK 0 0.65 0.93 0.42
HSL 18.09º 0.86% 0.31% -
HSV(B) 18.09º 0.93% 0.58% -
XYZ 13.32 8.68 1.29 -
YUV 75.73 91.47 178.83 -
System Red Green Blue C M Y K H S L
Decimal 147 52 11 0 0.65 0.93 0.42 18.09 0.86 0.31
Hex 93 34 B 0 41 5D 2A 12 56 1F
Octal 223 64 13 0 101 135 52 22 126 37
Binary 10010011 110100 1011 0 1000001 1011101 101010 10010 1010110 11111

Color Harmonies of #93340B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93340B

Black with #93340B

Text Example


Text Example

White with #93340B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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