Html Css Color HEX #42281B Morocco Brown

📋 copy color: '#42281B'

red 66 ◦ green 40 ◦ blue 27

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

Shades of Morocco Brown #42281B

Tints of Morocco Brown #42281B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 30.08%

 BLUE value IS 27 (10.94% from 255) = 20.3%

R = 49.62%
G = 30.08%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.74

RGB Variations

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

Color information

#42281B (or 0x42281B) is known color: Morocco Brown. HEX triplet: 42, 28 and 1B. RGB value is (66,40,27). Sum of RGB (Red+Green+Blue) = 66+40+27=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #42281B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42281B is #BDD7E4. Grayscale: #2E2E2E. Windows color (decimal): -12441573 or 1779778. OLE color: 1779778.

HSL color Cylindrical-coordinate representation of color #42281B: hue angle of 20º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #42281B is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 40 27 -
CMYK 0 0.39 0.59 0.74
HSL 20º 0.42% 0.18% -
HSV(B) 20º 0.59% 0.26% -
XYZ 3.2 2.75 1.4 -
YUV 46.29 117.11 142.06 -
System Red Green Blue C M Y K H S L
Decimal 66 40 27 0 0.39 0.59 0.74 20 0.42 0.18
Hex 42 28 1B 0 27 3B 4A 14 2A 12
Octal 102 50 33 0 47 73 112 24 52 22
Binary 1000010 101000 11011 0 100111 111011 1001010 10100 101010 10010

Color Harmonies of #42281B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42281B

Black with #42281B

Text Example


Text Example

White with #42281B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42281B; }

 p { color: rgb(66,40,27); }

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

background-color css

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

 a { background-color: rgb(66,40,27); }

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

border-color css

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

 span { border-color: rgb(66,40,27); }

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