Html Css Color HEX #421E13 Brown Pod

📋 copy color: '#421E13'

red 66 ◦ green 30 ◦ blue 19

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

Shades of Brown Pod #421E13

Tints of Brown Pod #421E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 16.52%

R = 57.39%
G = 26.09%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.71

 K value IS 0.74

RGB Variations

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

Color information

#421E13 (or 0x421E13) is known color: Brown Pod. HEX triplet: 42, 1E and 13. RGB value is (66,30,19). Sum of RGB (Red+Green+Blue) = 66+30+19=115 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.39% from 115); Green value is 30 (12.11% from 255 or 26.09% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 66 - color contains mainly: red. Hex color #421E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421E13 is #BDE1EC. Grayscale: #272727. Windows color (decimal): -12444141 or 1252930. OLE color: 1252930.

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

Color convert

RGB 66 30 19 -
CMYK 0 0.55 0.71 0.74
HSL 14.04º 0.55% 0.17% -
HSV(B) 14.04º 0.71% 0.26% -
XYZ 2.83 2.13 0.88 -
YUV 39.51 116.43 146.89 -
System Red Green Blue C M Y K H S L
Decimal 66 30 19 0 0.55 0.71 0.74 14.04 0.55 0.17
Hex 42 1E 13 0 37 47 4A E 37 11
Octal 102 36 23 0 67 107 112 16 67 21
Binary 1000010 11110 10011 0 110111 1000111 1001010 1110 110111 10001

Color Harmonies of #421E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421E13

Black with #421E13

Text Example


Text Example

White with #421E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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