Html Css Color HEX #95463B Mojo

📋 copy color: '#95463B'

red 149 ◦ green 70 ◦ blue 59

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

Shades of Mojo #95463B

Tints of Mojo #95463B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.22%

R = 53.6%
G = 25.18%
B = 21.22%

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

#95463B (or 0x95463B) is known color: Mojo. HEX triplet: 95, 46 and 3B. RGB value is (149,70,59). Sum of RGB (Red+Green+Blue) = 149+70+59=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 59 (23.44% from 255 or 21.22% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #95463B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95463B is #6AB9C4. Grayscale: #5C5C5C. Windows color (decimal): -6994373 or 3884693. OLE color: 3884693.

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

Color convert

RGB 149 70 59 -
CMYK 0 0.53 0.60 0.42
HSL 7.33º 0.43% 0.41% -
HSV(B) 7.33º 0.6% 0.58% -
XYZ 15.37 11.09 5.47 -
YUV 92.37 109.17 168.39 -
System Red Green Blue C M Y K H S L
Decimal 149 70 59 0 0.53 0.60 0.42 7.33 0.43 0.41
Hex 95 46 3B 0 35 3C 2A 7 2B 29
Octal 225 106 73 0 65 74 52 7 53 51
Binary 10010101 1000110 111011 0 110101 111100 101010 111 101011 101001

Color Harmonies of #95463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95463B

Black with #95463B

Text Example


Text Example

White with #95463B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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