Html Css Color HEX #93461C Saddle Brown

📋 copy color: '#93461C'

red 147 ◦ green 70 ◦ blue 28

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

Shades of Saddle Brown #93461C

Tints of Saddle Brown #93461C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.57%

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

R = 60%
G = 28.57%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#93461C (or 0x93461C) is known color: Saddle Brown. HEX triplet: 93, 46 and 1C. RGB value is (147,70,28). Sum of RGB (Red+Green+Blue) = 147+70+28=245 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 147 - color contains mainly: red. Hex color #93461C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93461C is #6CB9E3. Grayscale: #585858. Windows color (decimal): -7125476 or 1853075. OLE color: 1853075.

HSL color Cylindrical-coordinate representation of color #93461C: hue angle of 21.18º 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 #93461C is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 70 28 -
CMYK 0 0.52 0.81 0.42
HSL 21.18º 0.68% 0.34% -
HSV(B) 21.18º 0.81% 0.58% -
XYZ 14.43 10.67 2.4 -
YUV 88.24 94.01 169.92 -
System Red Green Blue C M Y K H S L
Decimal 147 70 28 0 0.52 0.81 0.42 21.18 0.68 0.34
Hex 93 46 1C 0 34 51 2A 15 44 22
Octal 223 106 34 0 64 121 52 25 104 42
Binary 10010011 1000110 11100 0 110100 1010001 101010 10101 1000100 100010

Color Harmonies of #93461C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93461C

Black with #93461C

Text Example


Text Example

White with #93461C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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