Html Css Color HEX #422C25 Morocco Brown

📋 copy color: '#422C25'

red 66 ◦ green 44 ◦ blue 37

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

Shades of Morocco Brown #422C25

Tints of Morocco Brown #422C25

RGB

 RED value IS 66 (26.17% from 255) = 44.9%

 GREEN value IS 44 (17.58% from 255) = 29.93%

 BLUE value IS 37 (14.84% from 255) = 25.17%

R = 44.9%
G = 29.93%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.74

RGB Variations

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

Color information

#422C25 (or 0x422C25) is known color: Morocco Brown. HEX triplet: 42, 2C and 25. RGB value is (66,44,37). Sum of RGB (Red+Green+Blue) = 66+44+37=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 44 (17.58% from 255 or 29.93% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 66 - color contains mainly: red. Hex color #422C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422C25 is #BDD3DA. Grayscale: #313131. Windows color (decimal): -12440539 or 2436162. OLE color: 2436162.

HSL color Cylindrical-coordinate representation of color #422C25: hue angle of 14.48º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #422C25 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 44 37 -
CMYK 0 0.33 0.44 0.74
HSL 14.48º 0.28% 0.2% -
HSV(B) 14.48º 0.44% 0.26% -
XYZ 3.48 3.09 2.16 -
YUV 49.78 120.79 139.57 -
System Red Green Blue C M Y K H S L
Decimal 66 44 37 0 0.33 0.44 0.74 14.48 0.28 0.2
Hex 42 2C 25 0 21 2C 4A E 1C 14
Octal 102 54 45 0 41 54 112 16 34 24
Binary 1000010 101100 100101 0 100001 101100 1001010 1110 11100 10100

Color Harmonies of #422C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422C25

Black with #422C25

Text Example


Text Example

White with #422C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422C25; }

 p { color: rgb(66,44,37); }

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

background-color css

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

 a { background-color: rgb(66,44,37); }

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

border-color css

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

 span { border-color: rgb(66,44,37); }

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