Html Css Color HEX #423029 Morocco Brown

📋 copy color: '#423029'

red 66 ◦ green 48 ◦ blue 41

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

Shades of Morocco Brown #423029

Tints of Morocco Brown #423029

RGB

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

 GREEN value IS 48 (19.14% from 255) = 30.97%

 BLUE value IS 41 (16.41% from 255) = 26.45%

R = 42.58%
G = 30.97%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.74

RGB Variations

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

Color information

#423029 (or 0x423029) is known color: Morocco Brown. HEX triplet: 42, 30 and 29. RGB value is (66,48,41). Sum of RGB (Red+Green+Blue) = 66+48+41=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 66 - color contains mainly: red. Hex color #423029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423029 is #BDCFD6. Grayscale: #343434. Windows color (decimal): -12439511 or 2699330. OLE color: 2699330.

HSL color Cylindrical-coordinate representation of color #423029: hue angle of 16.8º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #423029 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 48 41 -
CMYK 0 0.27 0.38 0.74
HSL 16.8º 0.23% 0.21% -
HSV(B) 16.8º 0.38% 0.26% -
XYZ 3.7 3.43 2.57 -
YUV 52.58 121.46 137.57 -
System Red Green Blue C M Y K H S L
Decimal 66 48 41 0 0.27 0.38 0.74 16.8 0.23 0.21
Hex 42 30 29 0 1B 26 4A 11 17 15
Octal 102 60 51 0 33 46 112 21 27 25
Binary 1000010 110000 101001 0 11011 100110 1001010 10001 10111 10101

Color Harmonies of #423029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423029

Black with #423029

Text Example


Text Example

White with #423029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423029; }

 p { color: rgb(66,48,41); }

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

background-color css

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

 a { background-color: rgb(66,48,41); }

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

border-color css

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

 span { border-color: rgb(66,48,41); }

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