Html Css Color HEX #93480A Saddle Brown

📋 copy color: '#93480A'

red 147 ◦ green 72 ◦ blue 10

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

Shades of Saddle Brown #93480A

Tints of Saddle Brown #93480A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.37%

R = 64.19%
G = 31.44%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#93480A (or 0x93480A) is known color: Saddle Brown. HEX triplet: 93, 48 and 0A. RGB value is (147,72,10). Sum of RGB (Red+Green+Blue) = 147+72+10=229 (30% of max value = 765). Red value is 147 (57.81% from 255 or 64.19% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 10 (4.30% from 255 or 4.37% from 229); Max value from RGB is 147 - color contains mainly: red. Hex color #93480A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93480A is #6CB7F5. Grayscale: #575757. Windows color (decimal): -7124982 or 673939. OLE color: 673939.

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

Color convert

RGB 147 72 10 -
CMYK 0 0.51 0.93 0.42
HSL 27.15º 0.87% 0.31% -
HSV(B) 27.15º 0.93% 0.58% -
XYZ 14.4 10.86 1.62 -
YUV 87.36 84.35 170.54 -
System Red Green Blue C M Y K H S L
Decimal 147 72 10 0 0.51 0.93 0.42 27.15 0.87 0.31
Hex 93 48 A 0 33 5D 2A 1B 57 1F
Octal 223 110 12 0 63 135 52 33 127 37
Binary 10010011 1001000 1010 0 110011 1011101 101010 11011 1010111 11111

Color Harmonies of #93480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93480A

Black with #93480A

Text Example


Text Example

White with #93480A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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