Html Css Color HEX #421D05 Brown Pod

📋 copy color: '#421D05'

red 66 ◦ green 29 ◦ blue 5

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

Shades of Brown Pod #421D05

Tints of Brown Pod #421D05

RGB

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

 GREEN value IS 29 (11.72% from 255) = 29%

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

R = 66%
G = 29%
B = 5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.74

RGB Variations

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

Color information

#421D05 (or 0x421D05) is known color: Brown Pod. HEX triplet: 42, 1D and 05. RGB value is (66,29,5). Sum of RGB (Red+Green+Blue) = 66+29+5=100 (13% of max value = 765). Red value is 66 (26.17% from 255 or 66% from 100); Green value is 29 (11.72% from 255 or 29% from 100); Blue value is 5 (2.34% from 255 or 5% from 100); Max value from RGB is 66 - color contains mainly: red. Hex color #421D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421D05 is #BDE2FA. Grayscale: #252525. Windows color (decimal): -12444411 or 335170. OLE color: 335170.

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

Color convert

RGB 66 29 5 -
CMYK 0 0.56 0.92 0.74
HSL 23.61º 0.86% 0.14% -
HSV(B) 23.61º 0.92% 0.26% -
XYZ 2.71 2.05 0.4 -
YUV 37.33 109.76 148.45 -
System Red Green Blue C M Y K H S L
Decimal 66 29 5 0 0.56 0.92 0.74 23.61 0.86 0.14
Hex 42 1D 5 0 38 5C 4A 18 56 E
Octal 102 35 5 0 70 134 112 30 126 16
Binary 1000010 11101 101 0 111000 1011100 1001010 11000 1010110 1110

Color Harmonies of #421D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421D05

Black with #421D05

Text Example


Text Example

White with #421D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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