Html Css Color HEX #421404 Brown Pod

📋 copy color: '#421404'

red 66 ◦ green 20 ◦ blue 4

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

Shades of Brown Pod #421404

Tints of Brown Pod #421404

RGB

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

 GREEN value IS 20 (8.2% from 255) = 22.22%

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

R = 73.33%
G = 22.22%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.74

RGB Variations

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

Color information

#421404 (or 0x421404) is known color: Brown Pod. HEX triplet: 42, 14 and 04. RGB value is (66,20,4). Sum of RGB (Red+Green+Blue) = 66+20+4=90 (11% of max value = 765). Red value is 66 (26.17% from 255 or 73.33% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 4 (1.95% from 255 or 4.44% from 90); Max value from RGB is 66 - color contains mainly: red. Hex color #421404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421404 is #BDEBFB. Grayscale: #202020. Windows color (decimal): -12446716 or 267330. OLE color: 267330.

HSL color Cylindrical-coordinate representation of color #421404: hue angle of 15.48º 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 #421404 is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 20 4 -
CMYK 0 0.70 0.94 0.74
HSL 15.48º 0.89% 0.14% -
HSV(B) 15.48º 0.94% 0.26% -
XYZ 2.52 1.67 0.3 -
YUV 31.93 112.24 152.3 -
System Red Green Blue C M Y K H S L
Decimal 66 20 4 0 0.70 0.94 0.74 15.48 0.89 0.14
Hex 42 14 4 0 46 5E 4A F 59 E
Octal 102 24 4 0 106 136 112 17 131 16
Binary 1000010 10100 100 0 1000110 1011110 1001010 1111 1011001 1110

Color Harmonies of #421404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421404

Black with #421404

Text Example


Text Example

White with #421404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421404; }

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

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

background-color css

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

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

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

border-color css

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

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

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