Html Css Color HEX #421D19 Brown Pod

📋 copy color: '#421D19'

red 66 ◦ green 29 ◦ blue 25

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

Shades of Brown Pod #421D19

Tints of Brown Pod #421D19

RGB

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

 GREEN value IS 29 (11.72% from 255) = 24.17%

 BLUE value IS 25 (10.16% from 255) = 20.83%

R = 55%
G = 24.17%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.74

RGB Variations

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

Color information

#421D19 (or 0x421D19) is known color: Brown Pod. HEX triplet: 42, 1D and 19. RGB value is (66,29,25). Sum of RGB (Red+Green+Blue) = 66+29+25=120 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55% from 120); Green value is 29 (11.72% from 255 or 24.17% from 120); Blue value is 25 (10.16% from 255 or 20.83% from 120); Max value from RGB is 66 - color contains mainly: red. Hex color #421D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421D19 is #BDE2E6. Grayscale: #272727. Windows color (decimal): -12444391 or 1645890. OLE color: 1645890.

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

Color convert

RGB 66 29 25 -
CMYK 0 0.56 0.62 0.74
HSL 5.85º 0.45% 0.18% -
HSV(B) 5.85º 0.62% 0.26% -
XYZ 2.86 2.11 1.18 -
YUV 39.61 119.76 146.83 -
System Red Green Blue C M Y K H S L
Decimal 66 29 25 0 0.56 0.62 0.74 5.85 0.45 0.18
Hex 42 1D 19 0 38 3E 4A 6 2D 12
Octal 102 35 31 0 70 76 112 6 55 22
Binary 1000010 11101 11001 0 111000 111110 1001010 110 101101 10010

Color Harmonies of #421D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421D19

Black with #421D19

Text Example


Text Example

White with #421D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,29,25); }

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

background-color css

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

 a { background-color: rgb(66,29,25); }

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

border-color css

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

 span { border-color: rgb(66,29,25); }

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