Html Css Color HEX #421304 Brown Pod

📋 copy color: '#421304'

red 66 ◦ green 19 ◦ blue 4

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

Shades of Brown Pod #421304

Tints of Brown Pod #421304

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.35%

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

R = 74.16%
G = 21.35%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.74

RGB Variations

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

Color information

#421304 (or 0x421304) is known color: Brown Pod. HEX triplet: 42, 13 and 04. RGB value is (66,19,4). Sum of RGB (Red+Green+Blue) = 66+19+4=89 (11% of max value = 765). Red value is 66 (26.17% from 255 or 74.16% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 4 (1.95% from 255 or 4.49% from 89); Max value from RGB is 66 - color contains mainly: red. Hex color #421304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421304 is #BDECFB. Grayscale: #1F1F1F. Windows color (decimal): -12446972 or 267074. OLE color: 267074.

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

Color convert

RGB 66 19 4 -
CMYK 0 0.71 0.94 0.74
HSL 14.52º 0.89% 0.14% -
HSV(B) 14.52º 0.94% 0.26% -
XYZ 2.5 1.63 0.3 -
YUV 31.34 112.57 152.72 -
System Red Green Blue C M Y K H S L
Decimal 66 19 4 0 0.71 0.94 0.74 14.52 0.89 0.14
Hex 42 13 4 0 47 5E 4A F 59 E
Octal 102 23 4 0 107 136 112 17 131 16
Binary 1000010 10011 100 0 1000111 1011110 1001010 1111 1011001 1110

Color Harmonies of #421304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421304

Black with #421304

Text Example


Text Example

White with #421304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421304; }

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

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

background-color css

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

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

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

border-color css

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

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

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