Html Css Color HEX #93411C Saddle Brown

📋 copy color: '#93411C'

red 147 ◦ green 65 ◦ blue 28

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

Shades of Saddle Brown #93411C

Tints of Saddle Brown #93411C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.08%

 BLUE value IS 28 (11.33% from 255) = 11.67%

R = 61.25%
G = 27.08%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#93411C (or 0x93411C) is known color: Saddle Brown. HEX triplet: 93, 41 and 1C. RGB value is (147,65,28). Sum of RGB (Red+Green+Blue) = 147+65+28=240 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.25% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 147 - color contains mainly: red. Hex color #93411C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93411C is #6CBEE3. Grayscale: #555555. Windows color (decimal): -7126756 or 1851795. OLE color: 1851795.

HSL color Cylindrical-coordinate representation of color #93411C: hue angle of 18.66º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #93411C is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 65 28 -
CMYK 0 0.56 0.81 0.42
HSL 18.66º 0.68% 0.34% -
HSV(B) 18.66º 0.81% 0.58% -
XYZ 14.13 10.07 2.3 -
YUV 85.3 95.67 172.01 -
System Red Green Blue C M Y K H S L
Decimal 147 65 28 0 0.56 0.81 0.42 18.66 0.68 0.34
Hex 93 41 1C 0 38 51 2A 13 44 22
Octal 223 101 34 0 70 121 52 23 104 42
Binary 10010011 1000001 11100 0 111000 1010001 101010 10011 1000100 100010

Color Harmonies of #93411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93411C

Black with #93411C

Text Example


Text Example

White with #93411C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93411C; }

 p { color: rgb(147,65,28); }

 H1.HeaderClassName
 {
   color: #93411C;
 }
 .AnyTagClassName
 {
   color: #93411C;
 }
</style>

background-color css

<style>
 a { background-color: #93411C; }

 a { background-color: rgb(147,65,28); }

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

border-color css

<style>
 span { border-color: #93411C; }

 span { border-color: rgb(147,65,28); }

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