Html Css Color HEX #421804 Brown Pod

📋 copy color: '#421804'

red 66 ◦ green 24 ◦ blue 4

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

Shades of Brown Pod #421804

Tints of Brown Pod #421804

RGB

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

 GREEN value IS 24 (9.77% from 255) = 25.53%

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

R = 70.21%
G = 25.53%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.74

RGB Variations

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

Color information

#421804 (or 0x421804) is known color: Brown Pod. HEX triplet: 42, 18 and 04. RGB value is (66,24,4). Sum of RGB (Red+Green+Blue) = 66+24+4=94 (12% of max value = 765). Red value is 66 (26.17% from 255 or 70.21% from 94); Green value is 24 (9.77% from 255 or 25.53% from 94); Blue value is 4 (1.95% from 255 or 4.26% from 94); Max value from RGB is 66 - color contains mainly: red. Hex color #421804 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421804 is #BDE7FB. Grayscale: #222222. Windows color (decimal): -12445692 or 268354. OLE color: 268354.

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

Color convert

RGB 66 24 4 -
CMYK 0 0.64 0.94 0.74
HSL 19.35º 0.89% 0.14% -
HSV(B) 19.35º 0.94% 0.26% -
XYZ 2.6 1.82 0.33 -
YUV 34.28 110.91 150.63 -
System Red Green Blue C M Y K H S L
Decimal 66 24 4 0 0.64 0.94 0.74 19.35 0.89 0.14
Hex 42 18 4 0 40 5E 4A 13 59 E
Octal 102 30 4 0 100 136 112 23 131 16
Binary 1000010 11000 100 0 1000000 1011110 1001010 10011 1011001 1110

Color Harmonies of #421804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421804

Black with #421804

Text Example


Text Example

White with #421804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421804; }

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

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

background-color css

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

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

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

border-color css

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

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

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