Html Css Color HEX #953F38 Mojo

📋 copy color: '#953F38'

red 149 ◦ green 63 ◦ blue 56

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

Shades of Mojo #953F38

Tints of Mojo #953F38

RGB

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

 GREEN value IS 63 (25% from 255) = 23.51%

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

R = 55.6%
G = 23.51%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#953F38 (or 0x953F38) is known color: Mojo. HEX triplet: 95, 3F and 38. RGB value is (149,63,56). Sum of RGB (Red+Green+Blue) = 149+63+56=268 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.60% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 149 - color contains mainly: red. Hex color #953F38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953F38 is #6AC0C7. Grayscale: #585858. Windows color (decimal): -6996168 or 3686293. OLE color: 3686293.

HSL color Cylindrical-coordinate representation of color #953F38: hue angle of 4.52º 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 #953F38 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 63 56 -
CMYK 0 0.58 0.62 0.42
HSL 4.52º 0.45% 0.4% -
HSV(B) 4.52º 0.62% 0.58% -
XYZ 14.89 10.23 4.93 -
YUV 87.92 109.99 171.57 -
System Red Green Blue C M Y K H S L
Decimal 149 63 56 0 0.58 0.62 0.42 4.52 0.45 0.4
Hex 95 3F 38 0 3A 3E 2A 5 2D 28
Octal 225 77 70 0 72 76 52 5 55 50
Binary 10010101 111111 111000 0 111010 111110 101010 101 101101 101000

Color Harmonies of #953F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953F38

Black with #953F38

Text Example


Text Example

White with #953F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953F38; }

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

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

background-color css

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

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

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

border-color css

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

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

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