Html Css Color HEX #421504 Brown Pod

📋 copy color: '#421504'

red 66 ◦ green 21 ◦ blue 4

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

Shades of Brown Pod #421504

Tints of Brown Pod #421504

RGB

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

 GREEN value IS 21 (8.59% from 255) = 23.08%

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

R = 72.53%
G = 23.08%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.74

RGB Variations

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

Color information

#421504 (or 0x421504) is known color: Brown Pod. HEX triplet: 42, 15 and 04. RGB value is (66,21,4). Sum of RGB (Red+Green+Blue) = 66+21+4=91 (12% of max value = 765). Red value is 66 (26.17% from 255 or 72.53% from 91); Green value is 21 (8.59% from 255 or 23.08% from 91); Blue value is 4 (1.95% from 255 or 4.40% from 91); Max value from RGB is 66 - color contains mainly: red. Hex color #421504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421504 is #BDEAFB. Grayscale: #202020. Windows color (decimal): -12446460 or 267586. OLE color: 267586.

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

Color convert

RGB 66 21 4 -
CMYK 0 0.68 0.94 0.74
HSL 16.45º 0.89% 0.14% -
HSV(B) 16.45º 0.94% 0.26% -
XYZ 2.54 1.7 0.31 -
YUV 32.52 111.91 151.88 -
System Red Green Blue C M Y K H S L
Decimal 66 21 4 0 0.68 0.94 0.74 16.45 0.89 0.14
Hex 42 15 4 0 44 5E 4A 10 59 E
Octal 102 25 4 0 104 136 112 20 131 16
Binary 1000010 10101 100 0 1000100 1011110 1001010 10000 1011001 1110

Color Harmonies of #421504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421504

Black with #421504

Text Example


Text Example

White with #421504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421504; }

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

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

background-color css

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

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

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

border-color css

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

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

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