Html Css Color HEX #93471C Saddle Brown

📋 copy color: '#93471C'

red 147 ◦ green 71 ◦ blue 28

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

Shades of Saddle Brown #93471C

Tints of Saddle Brown #93471C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.86%

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

R = 59.76%
G = 28.86%
B = 11.38%

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

#93471C (or 0x93471C) is known color: Saddle Brown. HEX triplet: 93, 47 and 1C. RGB value is (147,71,28). Sum of RGB (Red+Green+Blue) = 147+71+28=246 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.76% from 246); Green value is 71 (28.12% from 255 or 28.86% from 246); Blue value is 28 (11.33% from 255 or 11.38% from 246); Max value from RGB is 147 - color contains mainly: red. Hex color #93471C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93471C is #6CB8E3. Grayscale: #595959. Windows color (decimal): -7125220 or 1853331. OLE color: 1853331.

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

Color convert

RGB 147 71 28 -
CMYK 0 0.52 0.81 0.42
HSL 21.68º 0.68% 0.34% -
HSV(B) 21.68º 0.81% 0.58% -
XYZ 14.5 10.79 2.42 -
YUV 88.82 93.68 169.5 -
System Red Green Blue C M Y K H S L
Decimal 147 71 28 0 0.52 0.81 0.42 21.68 0.68 0.34
Hex 93 47 1C 0 34 51 2A 16 44 22
Octal 223 107 34 0 64 121 52 26 104 42
Binary 10010011 1000111 11100 0 110100 1010001 101010 10110 1000100 100010

Color Harmonies of #93471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93471C

Black with #93471C

Text Example


Text Example

White with #93471C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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