Html Css Color HEX #95463C Mojo

📋 copy color: '#95463C'

red 149 ◦ green 70 ◦ blue 60

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

Shades of Mojo #95463C

Tints of Mojo #95463C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.51%

R = 53.41%
G = 25.09%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#95463C (or 0x95463C) is known color: Mojo. HEX triplet: 95, 46 and 3C. RGB value is (149,70,60). Sum of RGB (Red+Green+Blue) = 149+70+60=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #95463C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95463C is #6AB9C3. Grayscale: #5C5C5C. Windows color (decimal): -6994372 or 3950229. OLE color: 3950229.

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

Color convert

RGB 149 70 60 -
CMYK 0 0.53 0.60 0.42
HSL 6.74º 0.43% 0.41% -
HSV(B) 6.74º 0.6% 0.58% -
XYZ 15.4 11.1 5.61 -
YUV 92.48 109.67 168.31 -
System Red Green Blue C M Y K H S L
Decimal 149 70 60 0 0.53 0.60 0.42 6.74 0.43 0.41
Hex 95 46 3C 0 35 3C 2A 7 2B 29
Octal 225 106 74 0 65 74 52 7 53 51
Binary 10010101 1000110 111100 0 110101 111100 101010 111 101011 101001

Color Harmonies of #95463C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95463C

Black with #95463C

Text Example


Text Example

White with #95463C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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