Html Css Color HEX #421E01 Brown Pod

📋 copy color: '#421E01'

red 66 ◦ green 30 ◦ blue 1

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

Shades of Brown Pod #421E01

Tints of Brown Pod #421E01

RGB

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

 GREEN value IS 30 (12.11% from 255) = 30.93%

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

R = 68.04%
G = 30.93%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.74

RGB Variations

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

Color information

#421E01 (or 0x421E01) is known color: Brown Pod. HEX triplet: 42, 1E and 01. RGB value is (66,30,1). Sum of RGB (Red+Green+Blue) = 66+30+1=97 (12% of max value = 765). Red value is 66 (26.17% from 255 or 68.04% from 97); Green value is 30 (12.11% from 255 or 30.93% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 66 - color contains mainly: red. Hex color #421E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421E01 is #BDE1FE. Grayscale: #252525. Windows color (decimal): -12444159 or 73282. OLE color: 73282.

HSL color Cylindrical-coordinate representation of color #421E01: hue angle of 26.77º 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 #421E01 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 30 1 -
CMYK 0 0.55 0.98 0.74
HSL 26.77º 0.97% 0.13% -
HSV(B) 26.77º 0.98% 0.26% -
XYZ 2.72 2.09 0.29 -
YUV 37.46 107.43 148.36 -
System Red Green Blue C M Y K H S L
Decimal 66 30 1 0 0.55 0.98 0.74 26.77 0.97 0.13
Hex 42 1E 1 0 37 62 4A 1B 61 D
Octal 102 36 1 0 67 142 112 33 141 15
Binary 1000010 11110 1 0 110111 1100010 1001010 11011 1100001 1101

Color Harmonies of #421E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421E01

Black with #421E01

Text Example


Text Example

White with #421E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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