#95443D

Color #95443D Mojo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mojo #95443D

Tints of Mojo #95443D

Color information

#95443D (or 0x95443D) is unknown color: approx Mojo. HEX triplet: 95, 44 and 3D. RGB value is (149,68,61). Sum of RGB (Red+Green+Blue) = 149+68+61=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #95443D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95443D is #6ABBC2. Grayscale: #5B5B5B. Windows color (decimal): -6994883 or 4015253. OLE color: 4015253.

HSL color Cylindrical-coordinate representation of color #95443D: hue angle of 4.77º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #95443D is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB1496861-
CMYK00.540.590.42
HSL4.77º41.9%41.18%-
HSV(B)4.77º59.06%58.43%-
XYZ15.310.865.7-
YUV91.42110.84169.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.60%
GREEN value IS 68 (26.95% from 255) = 24.46%
BLUE value IS 61 (24.22% from 255) = 21.94%
R=53.60%
G=24.46%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149686100.540.590.424.7741.941.18
Hex95443D0363B2A52a29
Octal22510475066735255251
Binary1001010110001001111010110110111011101010101101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95443D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95443D; }

 p { color: rgb(149,68,61); }

 H1.HeaderClassName
 {
   color: #95443D;
 }
 .AnyTagClassName
 {
   color: #95443D;
 }
</style>
background-color css

<style>
 a { background-color: #95443D; }

 a { background-color: rgb(149,68,61); }

 div.DivClassName
 {
   background-color: #95443D;
 }
 .BgClassName
 {
   background-color: #95443D;
 }
</style>
border-color css

<style>
 span { border-color: #95443D; }

 span { border-color: rgb(149,68,61); }

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