Html Css Color HEX #422B1E Morocco Brown

📋 copy color: '#422B1E'

red 66 ◦ green 43 ◦ blue 30

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

Shades of Morocco Brown #422B1E

Tints of Morocco Brown #422B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 21.58%

R = 47.48%
G = 30.94%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.74

RGB Variations

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

Color information

#422B1E (or 0x422B1E) is known color: Morocco Brown. HEX triplet: 42, 2B and 1E. RGB value is (66,43,30). Sum of RGB (Red+Green+Blue) = 66+43+30=139 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.48% from 139); Green value is 43 (17.19% from 255 or 30.94% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 66 - color contains mainly: red. Hex color #422B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422B1E is #BDD4E1. Grayscale: #303030. Windows color (decimal): -12440802 or 1977154. OLE color: 1977154.

HSL color Cylindrical-coordinate representation of color #422B1E: hue angle of 21.67º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #422B1E is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 43 30 -
CMYK 0 0.35 0.55 0.74
HSL 21.67º 0.38% 0.19% -
HSV(B) 21.67º 0.55% 0.26% -
XYZ 3.34 2.98 1.63 -
YUV 48.4 117.62 140.56 -
System Red Green Blue C M Y K H S L
Decimal 66 43 30 0 0.35 0.55 0.74 21.67 0.38 0.19
Hex 42 2B 1E 0 23 37 4A 16 26 13
Octal 102 53 36 0 43 67 112 26 46 23
Binary 1000010 101011 11110 0 100011 110111 1001010 10110 100110 10011

Color Harmonies of #422B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422B1E

Black with #422B1E

Text Example


Text Example

White with #422B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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