Html Css Color HEX #421D04 Brown Pod

📋 copy color: '#421D04'

red 66 ◦ green 29 ◦ blue 4

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

Shades of Brown Pod #421D04

Tints of Brown Pod #421D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 4.04%

R = 66.67%
G = 29.29%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.74

RGB Variations

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

Color information

#421D04 (or 0x421D04) is known color: Brown Pod. HEX triplet: 42, 1D and 04. RGB value is (66,29,4). Sum of RGB (Red+Green+Blue) = 66+29+4=99 (13% of max value = 765). Red value is 66 (26.17% from 255 or 66.67% from 99); Green value is 29 (11.72% from 255 or 29.29% from 99); Blue value is 4 (1.95% from 255 or 4.04% from 99); Max value from RGB is 66 - color contains mainly: red. Hex color #421D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421D04 is #BDE2FB. Grayscale: #252525. Windows color (decimal): -12444412 or 269634. OLE color: 269634.

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

Color convert

RGB 66 29 4 -
CMYK 0 0.56 0.94 0.74
HSL 24.19º 0.89% 0.14% -
HSV(B) 24.19º 0.94% 0.26% -
XYZ 2.71 2.05 0.37 -
YUV 37.21 109.26 148.53 -
System Red Green Blue C M Y K H S L
Decimal 66 29 4 0 0.56 0.94 0.74 24.19 0.89 0.14
Hex 42 1D 4 0 38 5E 4A 18 59 E
Octal 102 35 4 0 70 136 112 30 131 16
Binary 1000010 11101 100 0 111000 1011110 1001010 11000 1011001 1110

Color Harmonies of #421D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421D04

Black with #421D04

Text Example


Text Example

White with #421D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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