Html Css Color HEX #421C14 Brown Pod

📋 copy color: '#421C14'

red 66 ◦ green 28 ◦ blue 20

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

Shades of Brown Pod #421C14

Tints of Brown Pod #421C14

RGB

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

 GREEN value IS 28 (11.33% from 255) = 24.56%

 BLUE value IS 20 (8.2% from 255) = 17.54%

R = 57.89%
G = 24.56%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#421C14 (or 0x421C14) is known color: Brown Pod. HEX triplet: 42, 1C and 14. RGB value is (66,28,20). Sum of RGB (Red+Green+Blue) = 66+28+20=114 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.89% from 114); Green value is 28 (11.33% from 255 or 24.56% from 114); Blue value is 20 (8.20% from 255 or 17.54% from 114); Max value from RGB is 66 - color contains mainly: red. Hex color #421C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421C14 is #BDE3EB. Grayscale: #262626. Windows color (decimal): -12444652 or 1317954. OLE color: 1317954.

HSL color Cylindrical-coordinate representation of color #421C14: hue angle of 10.43º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #421C14 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 28 20 -
CMYK 0 0.58 0.70 0.74
HSL 10.43º 0.53% 0.17% -
HSV(B) 10.43º 0.7% 0.26% -
XYZ 2.79 2.04 0.91 -
YUV 38.45 117.59 147.65 -
System Red Green Blue C M Y K H S L
Decimal 66 28 20 0 0.58 0.70 0.74 10.43 0.53 0.17
Hex 42 1C 14 0 3A 46 4A A 35 11
Octal 102 34 24 0 72 106 112 12 65 21
Binary 1000010 11100 10100 0 111010 1000110 1001010 1010 110101 10001

Color Harmonies of #421C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421C14

Black with #421C14

Text Example


Text Example

White with #421C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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