Html Css Color HEX #93480C Saddle Brown

📋 copy color: '#93480C'

red 147 ◦ green 72 ◦ blue 12

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

Shades of Saddle Brown #93480C

Tints of Saddle Brown #93480C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.17%

 BLUE value IS 12 (5.08% from 255) = 5.19%

R = 63.64%
G = 31.17%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#93480C (or 0x93480C) is known color: Saddle Brown. HEX triplet: 93, 48 and 0C. RGB value is (147,72,12). Sum of RGB (Red+Green+Blue) = 147+72+12=231 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.64% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 147 - color contains mainly: red. Hex color #93480C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93480C is #6CB7F3. Grayscale: #575757. Windows color (decimal): -7124980 or 805011. OLE color: 805011.

HSL color Cylindrical-coordinate representation of color #93480C: hue angle of 26.67º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #93480C is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 72 12 -
CMYK 0 0.51 0.92 0.42
HSL 26.67º 0.85% 0.31% -
HSV(B) 26.67º 0.92% 0.58% -
XYZ 14.42 10.86 1.69 -
YUV 87.59 85.35 170.38 -
System Red Green Blue C M Y K H S L
Decimal 147 72 12 0 0.51 0.92 0.42 26.67 0.85 0.31
Hex 93 48 C 0 33 5C 2A 1B 55 1F
Octal 223 110 14 0 63 134 52 33 125 37
Binary 10010011 1001000 1100 0 110011 1011100 101010 11011 1010101 11111

Color Harmonies of #93480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93480C

Black with #93480C

Text Example


Text Example

White with #93480C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,72,12); }

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

background-color css

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

 a { background-color: rgb(147,72,12); }

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

border-color css

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

 span { border-color: rgb(147,72,12); }

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