Html Css Color HEX #422C23 Morocco Brown

📋 copy color: '#422C23'

red 66 ◦ green 44 ◦ blue 35

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

Shades of Morocco Brown #422C23

Tints of Morocco Brown #422C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 24.14%

R = 45.52%
G = 30.34%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.74

RGB Variations

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

Color information

#422C23 (or 0x422C23) is known color: Morocco Brown. HEX triplet: 42, 2C and 23. RGB value is (66,44,35). Sum of RGB (Red+Green+Blue) = 66+44+35=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 44 (17.58% from 255 or 30.34% from 145); Blue value is 35 (14.06% from 255 or 24.14% from 145); Max value from RGB is 66 - color contains mainly: red. Hex color #422C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422C23 is #BDD3DC. Grayscale: #313131. Windows color (decimal): -12440541 or 2305090. OLE color: 2305090.

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

Color convert

RGB 66 44 35 -
CMYK 0 0.33 0.47 0.74
HSL 17.42º 0.31% 0.2% -
HSV(B) 17.42º 0.47% 0.26% -
XYZ 3.45 3.08 2 -
YUV 49.55 119.79 139.73 -
System Red Green Blue C M Y K H S L
Decimal 66 44 35 0 0.33 0.47 0.74 17.42 0.31 0.2
Hex 42 2C 23 0 21 2F 4A 11 1F 14
Octal 102 54 43 0 41 57 112 21 37 24
Binary 1000010 101100 100011 0 100001 101111 1001010 10001 11111 10100

Color Harmonies of #422C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422C23

Black with #422C23

Text Example


Text Example

White with #422C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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