Html Css Color HEX #93441E Saddle Brown

📋 copy color: '#93441E'

red 147 ◦ green 68 ◦ blue 30

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

Shades of Saddle Brown #93441E

Tints of Saddle Brown #93441E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.76%

 BLUE value IS 30 (12.11% from 255) = 12.24%

R = 60%
G = 27.76%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#93441E (or 0x93441E) is known color: Saddle Brown. HEX triplet: 93, 44 and 1E. RGB value is (147,68,30). Sum of RGB (Red+Green+Blue) = 147+68+30=245 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 147 - color contains mainly: red. Hex color #93441E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93441E is #6CBBE1. Grayscale: #575757. Windows color (decimal): -7125986 or 1983635. OLE color: 1983635.

HSL color Cylindrical-coordinate representation of color #93441E: hue angle of 19.49º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #93441E is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 68 30 -
CMYK 0 0.54 0.80 0.42
HSL 19.49º 0.66% 0.35% -
HSV(B) 19.49º 0.8% 0.58% -
XYZ 14.33 10.43 2.49 -
YUV 87.29 95.67 170.59 -
System Red Green Blue C M Y K H S L
Decimal 147 68 30 0 0.54 0.80 0.42 19.49 0.66 0.35
Hex 93 44 1E 0 36 50 2A 13 42 23
Octal 223 104 36 0 66 120 52 23 102 43
Binary 10010011 1000100 11110 0 110110 1010000 101010 10011 1000010 100011

Color Harmonies of #93441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93441E

Black with #93441E

Text Example


Text Example

White with #93441E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93441E; }

 p { color: rgb(147,68,30); }

 H1.HeaderClassName
 {
   color: #93441E;
 }
 .AnyTagClassName
 {
   color: #93441E;
 }
</style>

background-color css

<style>
 a { background-color: #93441E; }

 a { background-color: rgb(147,68,30); }

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

border-color css

<style>
 span { border-color: #93441E; }

 span { border-color: rgb(147,68,30); }

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