Html Css Color HEX #421D1A Brown Pod

📋 copy color: '#421D1A'

red 66 ◦ green 29 ◦ blue 26

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

Shades of Brown Pod #421D1A

Tints of Brown Pod #421D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 21.49%

R = 54.55%
G = 23.97%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.74

RGB Variations

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

Color information

#421D1A (or 0x421D1A) is known color: Brown Pod. HEX triplet: 42, 1D and 1A. RGB value is (66,29,26). Sum of RGB (Red+Green+Blue) = 66+29+26=121 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.55% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 66 - color contains mainly: red. Hex color #421D1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421D1A is #BDE2E5. Grayscale: #272727. Windows color (decimal): -12444390 or 1711426. OLE color: 1711426.

HSL color Cylindrical-coordinate representation of color #421D1A: hue angle of 4.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #421D1A is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 29 26 -
CMYK 0 0.56 0.61 0.74
HSL 4.5º 0.43% 0.18% -
HSV(B) 4.5º 0.61% 0.26% -
XYZ 2.87 2.11 1.23 -
YUV 39.72 120.26 146.74 -
System Red Green Blue C M Y K H S L
Decimal 66 29 26 0 0.56 0.61 0.74 4.5 0.43 0.18
Hex 42 1D 1A 0 38 3D 4A 4 2B 12
Octal 102 35 32 0 70 75 112 4 53 22
Binary 1000010 11101 11010 0 111000 111101 1001010 100 101011 10010

Color Harmonies of #421D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421D1A

Black with #421D1A

Text Example


Text Example

White with #421D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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