Html Css Color HEX #421501 Brown Pod

📋 copy color: '#421501'

red 66 ◦ green 21 ◦ blue 1

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

Shades of Brown Pod #421501

Tints of Brown Pod #421501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.14%

R = 75%
G = 23.86%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.74

RGB Variations

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

Color information

#421501 (or 0x421501) is known color: Brown Pod. HEX triplet: 42, 15 and 01. RGB value is (66,21,1). Sum of RGB (Red+Green+Blue) = 66+21+1=88 (11% of max value = 765). Red value is 66 (26.17% from 255 or 75% from 88); Green value is 21 (8.59% from 255 or 23.86% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 66 - color contains mainly: red. Hex color #421501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421501 is #BDEAFE. Grayscale: #202020. Windows color (decimal): -12446463 or 70978. OLE color: 70978.

HSL color Cylindrical-coordinate representation of color #421501: hue angle of 18.46º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #421501 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 21 1 -
CMYK 0 0.68 0.98 0.74
HSL 18.46º 0.97% 0.13% -
HSV(B) 18.46º 0.98% 0.26% -
XYZ 2.52 1.7 0.22 -
YUV 32.18 110.41 152.13 -
System Red Green Blue C M Y K H S L
Decimal 66 21 1 0 0.68 0.98 0.74 18.46 0.97 0.13
Hex 42 15 1 0 44 62 4A 12 61 D
Octal 102 25 1 0 104 142 112 22 141 15
Binary 1000010 10101 1 0 1000100 1100010 1001010 10010 1100001 1101

Color Harmonies of #421501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421501

Black with #421501

Text Example


Text Example

White with #421501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421501; }

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

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

background-color css

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

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

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

border-color css

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

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

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