Html Css Color HEX #954238 Mojo

📋 copy color: '#954238'

red 149 ◦ green 66 ◦ blue 56

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

Shades of Mojo #954238

Tints of Mojo #954238

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.35%

 BLUE value IS 56 (22.27% from 255) = 20.66%

R = 54.98%
G = 24.35%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#954238 (or 0x954238) is known color: Mojo. HEX triplet: 95, 42 and 38. RGB value is (149,66,56). Sum of RGB (Red+Green+Blue) = 149+66+56=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 56 (22.27% from 255 or 20.66% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #954238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954238 is #6ABDC7. Grayscale: #595959. Windows color (decimal): -6995400 or 3687061. OLE color: 3687061.

HSL color Cylindrical-coordinate representation of color #954238: hue angle of 6.45º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #954238 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 66 56 -
CMYK 0 0.56 0.62 0.42
HSL 6.45º 0.45% 0.4% -
HSV(B) 6.45º 0.62% 0.58% -
XYZ 15.06 10.57 4.99 -
YUV 89.68 109 170.31 -
System Red Green Blue C M Y K H S L
Decimal 149 66 56 0 0.56 0.62 0.42 6.45 0.45 0.4
Hex 95 42 38 0 38 3E 2A 6 2D 28
Octal 225 102 70 0 70 76 52 6 55 50
Binary 10010101 1000010 111000 0 111000 111110 101010 110 101101 101000

Color Harmonies of #954238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954238

Black with #954238

Text Example


Text Example

White with #954238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954238; }

 p { color: rgb(149,66,56); }

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

background-color css

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

 a { background-color: rgb(149,66,56); }

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

border-color css

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

 span { border-color: rgb(149,66,56); }

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