Html Css Color HEX #95463F Mojo

📋 copy color: '#95463F'

red 149 ◦ green 70 ◦ blue 63

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

Shades of Mojo #95463F

Tints of Mojo #95463F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.34%

R = 52.84%
G = 24.82%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#95463F (or 0x95463F) is known color: Mojo. HEX triplet: 95, 46 and 3F. RGB value is (149,70,63). Sum of RGB (Red+Green+Blue) = 149+70+63=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #95463F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95463F is #6AB9C0. Grayscale: #5C5C5C. Windows color (decimal): -6994369 or 4146837. OLE color: 4146837.

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

Color convert

RGB 149 70 63 -
CMYK 0 0.53 0.58 0.42
HSL 4.88º 0.41% 0.42% -
HSV(B) 4.88º 0.58% 0.58% -
XYZ 15.48 11.13 6.03 -
YUV 92.82 111.17 168.07 -
System Red Green Blue C M Y K H S L
Decimal 149 70 63 0 0.53 0.58 0.42 4.88 0.41 0.42
Hex 95 46 3F 0 35 3A 2A 5 29 2A
Octal 225 106 77 0 65 72 52 5 51 52
Binary 10010101 1000110 111111 0 110101 111010 101010 101 101001 101010

Color Harmonies of #95463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95463F

Black with #95463F

Text Example


Text Example

White with #95463F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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