Html Css Color HEX #422F23 Morocco Brown

📋 copy color: '#422F23'

red 66 ◦ green 47 ◦ blue 35

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

Shades of Morocco Brown #422F23

Tints of Morocco Brown #422F23

RGB

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

 GREEN value IS 47 (18.75% from 255) = 31.76%

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

R = 44.59%
G = 31.76%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.74

RGB Variations

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

Color information

#422F23 (or 0x422F23) is known color: Morocco Brown. HEX triplet: 42, 2F and 23. RGB value is (66,47,35). Sum of RGB (Red+Green+Blue) = 66+47+35=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 47 (18.75% from 255 or 31.76% from 148); Blue value is 35 (14.06% from 255 or 23.65% from 148); Max value from RGB is 66 - color contains mainly: red. Hex color #422F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422F23 is #BDD0DC. Grayscale: #333333. Windows color (decimal): -12439773 or 2305858. OLE color: 2305858.

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

Color convert

RGB 66 47 35 -
CMYK 0 0.29 0.47 0.74
HSL 23.23º 0.31% 0.2% -
HSV(B) 23.23º 0.47% 0.26% -
XYZ 3.57 3.31 2.04 -
YUV 51.31 118.79 138.48 -
System Red Green Blue C M Y K H S L
Decimal 66 47 35 0 0.29 0.47 0.74 23.23 0.31 0.2
Hex 42 2F 23 0 1D 2F 4A 17 1F 14
Octal 102 57 43 0 35 57 112 27 37 24
Binary 1000010 101111 100011 0 11101 101111 1001010 10111 11111 10100

Color Harmonies of #422F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422F23

Black with #422F23

Text Example


Text Example

White with #422F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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