Html Css Color HEX #421E1C Brown Pod

📋 copy color: '#421E1C'

red 66 ◦ green 30 ◦ blue 28

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

Shades of Brown Pod #421E1C

Tints of Brown Pod #421E1C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 24.19%

 BLUE value IS 28 (11.33% from 255) = 22.58%

R = 53.23%
G = 24.19%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.74

RGB Variations

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

Color information

#421E1C (or 0x421E1C) is known color: Brown Pod. HEX triplet: 42, 1E and 1C. RGB value is (66,30,28). Sum of RGB (Red+Green+Blue) = 66+30+28=124 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.23% from 124); Green value is 30 (12.11% from 255 or 24.19% from 124); Blue value is 28 (11.33% from 255 or 22.58% from 124); Max value from RGB is 66 - color contains mainly: red. Hex color #421E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421E1C is #BDE1E3. Grayscale: #282828. Windows color (decimal): -12444132 or 1842754. OLE color: 1842754.

HSL color Cylindrical-coordinate representation of color #421E1C: hue angle of 3.16º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #421E1C is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 30 28 -
CMYK 0 0.55 0.58 0.74
HSL 3.16º 0.4% 0.18% -
HSV(B) 3.16º 0.58% 0.26% -
XYZ 2.92 2.17 1.36 -
YUV 40.54 120.93 146.16 -
System Red Green Blue C M Y K H S L
Decimal 66 30 28 0 0.55 0.58 0.74 3.16 0.4 0.18
Hex 42 1E 1C 0 37 3A 4A 3 28 12
Octal 102 36 34 0 67 72 112 3 50 22
Binary 1000010 11110 11100 0 110111 111010 1001010 11 101000 10010

Color Harmonies of #421E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421E1C

Black with #421E1C

Text Example


Text Example

White with #421E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421E1C; }

 p { color: rgb(66,30,28); }

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

background-color css

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

 a { background-color: rgb(66,30,28); }

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

border-color css

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

 span { border-color: rgb(66,30,28); }

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