Html Css Color HEX #421F19 Brown Pod

📋 copy color: '#421F19'

red 66 ◦ green 31 ◦ blue 25

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

Shades of Brown Pod #421F19

Tints of Brown Pod #421F19

RGB

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

 GREEN value IS 31 (12.5% from 255) = 25.41%

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

R = 54.1%
G = 25.41%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.74

RGB Variations

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

Color information

#421F19 (or 0x421F19) is known color: Brown Pod. HEX triplet: 42, 1F and 19. RGB value is (66,31,25). Sum of RGB (Red+Green+Blue) = 66+31+25=122 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.10% from 122); Green value is 31 (12.5% from 255 or 25.41% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 66 - color contains mainly: red. Hex color #421F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421F19 is #BDE0E6. Grayscale: #282828. Windows color (decimal): -12443879 or 1646402. OLE color: 1646402.

HSL color Cylindrical-coordinate representation of color #421F19: hue angle of 8.78º 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 #421F19 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 31 25 -
CMYK 0 0.53 0.62 0.74
HSL 8.78º 0.45% 0.18% -
HSV(B) 8.78º 0.62% 0.26% -
XYZ 2.91 2.21 1.19 -
YUV 40.78 119.1 145.99 -
System Red Green Blue C M Y K H S L
Decimal 66 31 25 0 0.53 0.62 0.74 8.78 0.45 0.18
Hex 42 1F 19 0 35 3E 4A 9 2D 12
Octal 102 37 31 0 65 76 112 11 55 22
Binary 1000010 11111 11001 0 110101 111110 1001010 1001 101101 10010

Color Harmonies of #421F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421F19

Black with #421F19

Text Example


Text Example

White with #421F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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