Html Css Color HEX #93481B Saddle Brown

📋 copy color: '#93481B'

red 147 ◦ green 72 ◦ blue 27

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

Shades of Saddle Brown #93481B

Tints of Saddle Brown #93481B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.98%

R = 59.76%
G = 29.27%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#93481B (or 0x93481B) is known color: Saddle Brown. HEX triplet: 93, 48 and 1B. RGB value is (147,72,27). Sum of RGB (Red+Green+Blue) = 147+72+27=246 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.76% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 147 - color contains mainly: red. Hex color #93481B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93481B is #6CB7E4. Grayscale: #595959. Windows color (decimal): -7124965 or 1788051. OLE color: 1788051.

HSL color Cylindrical-coordinate representation of color #93481B: hue angle of 22.5º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #93481B is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 72 27 -
CMYK 0 0.51 0.82 0.42
HSL 22.5º 0.69% 0.34% -
HSV(B) 22.5º 0.82% 0.58% -
XYZ 14.55 10.92 2.38 -
YUV 89.3 92.85 169.16 -
System Red Green Blue C M Y K H S L
Decimal 147 72 27 0 0.51 0.82 0.42 22.5 0.69 0.34
Hex 93 48 1B 0 33 52 2A 16 45 22
Octal 223 110 33 0 63 122 52 26 105 42
Binary 10010011 1001000 11011 0 110011 1010010 101010 10110 1000101 100010

Color Harmonies of #93481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93481B

Black with #93481B

Text Example


Text Example

White with #93481B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93481B; }

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

 H1.HeaderClassName
 {
   color: #93481B;
 }
 .AnyTagClassName
 {
   color: #93481B;
 }
</style>

background-color css

<style>
 a { background-color: #93481B; }

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

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

border-color css

<style>
 span { border-color: #93481B; }

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

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