Html Css Color HEX #954541 Mojo

📋 copy color: '#954541'

red 149 ◦ green 69 ◦ blue 65

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

Shades of Mojo #954541

Tints of Mojo #954541

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.38%

 BLUE value IS 65 (25.78% from 255) = 22.97%

R = 52.65%
G = 24.38%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#954541 (or 0x954541) is known color: Mojo. HEX triplet: 95, 45 and 41. RGB value is (149,69,65). Sum of RGB (Red+Green+Blue) = 149+69+65=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #954541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954541 is #6ABABE. Grayscale: #5C5C5C. Windows color (decimal): -6994623 or 4277653. OLE color: 4277653.

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

Color convert

RGB 149 69 65 -
CMYK 0 0.54 0.56 0.42
HSL 2.86º 0.39% 0.42% -
HSV(B) 2.86º 0.56% 0.58% -
XYZ 15.48 11.03 6.31 -
YUV 92.46 112.5 168.33 -
System Red Green Blue C M Y K H S L
Decimal 149 69 65 0 0.54 0.56 0.42 2.86 0.39 0.42
Hex 95 45 41 0 36 38 2A 3 27 2A
Octal 225 105 101 0 66 70 52 3 47 52
Binary 10010101 1000101 1000001 0 110110 111000 101010 11 100111 101010

Color Harmonies of #954541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954541

Black with #954541

Text Example


Text Example

White with #954541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954541; }

 p { color: rgb(149,69,65); }

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

background-color css

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

 a { background-color: rgb(149,69,65); }

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

border-color css

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

 span { border-color: rgb(149,69,65); }

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