Html Css Color HEX #422B23 Morocco Brown

📋 copy color: '#422B23'

red 66 ◦ green 43 ◦ blue 35

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

Shades of Morocco Brown #422B23

Tints of Morocco Brown #422B23

RGB

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

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

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

R = 45.83%
G = 29.86%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.74

RGB Variations

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

Color information

#422B23 (or 0x422B23) is known color: Morocco Brown. HEX triplet: 42, 2B and 23. RGB value is (66,43,35). Sum of RGB (Red+Green+Blue) = 66+43+35=144 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.83% from 144); Green value is 43 (17.19% from 255 or 29.86% from 144); Blue value is 35 (14.06% from 255 or 24.31% from 144); Max value from RGB is 66 - color contains mainly: red. Hex color #422B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422B23 is #BDD4DC. Grayscale: #313131. Windows color (decimal): -12440797 or 2304834. OLE color: 2304834.

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

Color convert

RGB 66 43 35 -
CMYK 0 0.35 0.47 0.74
HSL 15.48º 0.31% 0.2% -
HSV(B) 15.48º 0.47% 0.26% -
XYZ 3.41 3.01 1.99 -
YUV 48.97 120.12 140.15 -
System Red Green Blue C M Y K H S L
Decimal 66 43 35 0 0.35 0.47 0.74 15.48 0.31 0.2
Hex 42 2B 23 0 23 2F 4A F 1F 14
Octal 102 53 43 0 43 57 112 17 37 24
Binary 1000010 101011 100011 0 100011 101111 1001010 1111 11111 10100

Color Harmonies of #422B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422B23

Black with #422B23

Text Example


Text Example

White with #422B23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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