Html Css Color HEX #95463A Mojo

📋 copy color: '#95463A'

red 149 ◦ green 70 ◦ blue 58

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

Shades of Mojo #95463A

Tints of Mojo #95463A

RGB

 RED value IS 149 (58.59% from 255) = 53.79%

 GREEN value IS 70 (27.73% from 255) = 25.27%

 BLUE value IS 58 (23.05% from 255) = 20.94%

R = 53.79%
G = 25.27%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#95463A (or 0x95463A) is known color: Mojo. HEX triplet: 95, 46 and 3A. RGB value is (149,70,58). Sum of RGB (Red+Green+Blue) = 149+70+58=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #95463A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95463A is #6AB9C5. Grayscale: #5C5C5C. Windows color (decimal): -6994374 or 3819157. OLE color: 3819157.

HSL color Cylindrical-coordinate representation of color #95463A: hue angle of 7.91º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #95463A is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 70 58 -
CMYK 0 0.53 0.61 0.42
HSL 7.91º 0.44% 0.41% -
HSV(B) 7.91º 0.61% 0.58% -
XYZ 15.35 11.08 5.33 -
YUV 92.25 108.67 168.48 -
System Red Green Blue C M Y K H S L
Decimal 149 70 58 0 0.53 0.61 0.42 7.91 0.44 0.41
Hex 95 46 3A 0 35 3D 2A 8 2C 29
Octal 225 106 72 0 65 75 52 10 54 51
Binary 10010101 1000110 111010 0 110101 111101 101010 1000 101100 101001

Color Harmonies of #95463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95463A

Black with #95463A

Text Example


Text Example

White with #95463A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,70,58); }

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

background-color css

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

 a { background-color: rgb(149,70,58); }

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

border-color css

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

 span { border-color: rgb(149,70,58); }

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