Html Css Color HEX #93340F Saddle Brown

📋 copy color: '#93340F'

red 147 ◦ green 52 ◦ blue 15

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

Shades of Saddle Brown #93340F

Tints of Saddle Brown #93340F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.01%

R = 68.69%
G = 24.3%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#93340F (or 0x93340F) is known color: Saddle Brown. HEX triplet: 93, 34 and 0F. RGB value is (147,52,15). Sum of RGB (Red+Green+Blue) = 147+52+15=214 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.69% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 147 - color contains mainly: red. Hex color #93340F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93340F is #6CCBF0. Grayscale: #4C4C4C. Windows color (decimal): -7130097 or 996499. OLE color: 996499.

HSL color Cylindrical-coordinate representation of color #93340F: hue angle of 16.82º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93340F is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 52 15 -
CMYK 0 0.65 0.90 0.42
HSL 16.82º 0.81% 0.32% -
HSV(B) 16.82º 0.9% 0.58% -
XYZ 13.35 8.69 1.43 -
YUV 76.19 93.47 178.51 -
System Red Green Blue C M Y K H S L
Decimal 147 52 15 0 0.65 0.90 0.42 16.82 0.81 0.32
Hex 93 34 F 0 41 5A 2A 11 51 20
Octal 223 64 17 0 101 132 52 21 121 40
Binary 10010011 110100 1111 0 1000001 1011010 101010 10001 1010001 100000

Color Harmonies of #93340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93340F

Black with #93340F

Text Example


Text Example

White with #93340F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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