Html Css Color HEX #422B25 Morocco Brown

📋 copy color: '#422B25'

red 66 ◦ green 43 ◦ blue 37

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

Shades of Morocco Brown #422B25

Tints of Morocco Brown #422B25

RGB

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

 GREEN value IS 43 (17.19% from 255) = 29.45%

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

R = 45.21%
G = 29.45%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.74

RGB Variations

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

Color information

#422B25 (or 0x422B25) is known color: Morocco Brown. HEX triplet: 42, 2B and 25. RGB value is (66,43,37). Sum of RGB (Red+Green+Blue) = 66+43+37=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 43 (17.19% from 255 or 29.45% from 146); Blue value is 37 (14.84% from 255 or 25.34% from 146); Max value from RGB is 66 - color contains mainly: red. Hex color #422B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422B25 is #BDD4DA. Grayscale: #313131. Windows color (decimal): -12440795 or 2435906. OLE color: 2435906.

HSL color Cylindrical-coordinate representation of color #422B25: hue angle of 12.41º 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 #422B25 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 43 37 -
CMYK 0 0.35 0.44 0.74
HSL 12.41º 0.28% 0.2% -
HSV(B) 12.41º 0.44% 0.26% -
XYZ 3.44 3.02 2.15 -
YUV 49.19 121.12 139.99 -
System Red Green Blue C M Y K H S L
Decimal 66 43 37 0 0.35 0.44 0.74 12.41 0.28 0.2
Hex 42 2B 25 0 23 2C 4A C 1C 14
Octal 102 53 45 0 43 54 112 14 34 24
Binary 1000010 101011 100101 0 100011 101100 1001010 1100 11100 10100

Color Harmonies of #422B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422B25

Black with #422B25

Text Example


Text Example

White with #422B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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