Html Css Color HEX #95463D Mojo

📋 copy color: '#95463D'

red 149 ◦ green 70 ◦ blue 61

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

Shades of Mojo #95463D

Tints of Mojo #95463D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.79%

R = 53.21%
G = 25%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#95463D (or 0x95463D) is known color: Mojo. HEX triplet: 95, 46 and 3D. RGB value is (149,70,61). Sum of RGB (Red+Green+Blue) = 149+70+61=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #95463D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95463D is #6AB9C2. Grayscale: #5C5C5C. Windows color (decimal): -6994371 or 4015765. OLE color: 4015765.

HSL color Cylindrical-coordinate representation of color #95463D: hue angle of 6.14º 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 #95463D is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 70 61 -
CMYK 0 0.53 0.59 0.42
HSL 6.14º 0.42% 0.41% -
HSV(B) 6.14º 0.59% 0.58% -
XYZ 15.43 11.11 5.75 -
YUV 92.6 110.17 168.23 -
System Red Green Blue C M Y K H S L
Decimal 149 70 61 0 0.53 0.59 0.42 6.14 0.42 0.41
Hex 95 46 3D 0 35 3B 2A 6 2A 29
Octal 225 106 75 0 65 73 52 6 52 51
Binary 10010101 1000110 111101 0 110101 111011 101010 110 101010 101001

Color Harmonies of #95463D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95463D

Black with #95463D

Text Example


Text Example

White with #95463D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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