Html Css Color HEX #421E05 Brown Pod

📋 copy color: '#421E05'

red 66 ◦ green 30 ◦ blue 5

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

Shades of Brown Pod #421E05

Tints of Brown Pod #421E05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.95%

R = 65.35%
G = 29.7%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.74

RGB Variations

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

Color information

#421E05 (or 0x421E05) is known color: Brown Pod. HEX triplet: 42, 1E and 05. RGB value is (66,30,5). Sum of RGB (Red+Green+Blue) = 66+30+5=101 (13% of max value = 765). Red value is 66 (26.17% from 255 or 65.35% from 101); Green value is 30 (12.11% from 255 or 29.70% from 101); Blue value is 5 (2.34% from 255 or 4.95% from 101); Max value from RGB is 66 - color contains mainly: red. Hex color #421E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421E05 is #BDE1FA. Grayscale: #262626. Windows color (decimal): -12444155 or 335426. OLE color: 335426.

HSL color Cylindrical-coordinate representation of color #421E05: hue angle of 24.59º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #421E05 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 30 5 -
CMYK 0 0.55 0.92 0.74
HSL 24.59º 0.86% 0.14% -
HSV(B) 24.59º 0.92% 0.26% -
XYZ 2.74 2.1 0.4 -
YUV 37.91 109.43 148.03 -
System Red Green Blue C M Y K H S L
Decimal 66 30 5 0 0.55 0.92 0.74 24.59 0.86 0.14
Hex 42 1E 5 0 37 5C 4A 19 56 E
Octal 102 36 5 0 67 134 112 31 126 16
Binary 1000010 11110 101 0 110111 1011100 1001010 11001 1010110 1110

Color Harmonies of #421E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421E05

Black with #421E05

Text Example


Text Example

White with #421E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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