Html Css Color HEX #421D10 Brown Pod

📋 copy color: '#421D10'

red 66 ◦ green 29 ◦ blue 16

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

Shades of Brown Pod #421D10

Tints of Brown Pod #421D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 14.41%

R = 59.46%
G = 26.13%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#421D10 (or 0x421D10) is known color: Brown Pod. HEX triplet: 42, 1D and 10. RGB value is (66,29,16). Sum of RGB (Red+Green+Blue) = 66+29+16=111 (14% of max value = 765). Red value is 66 (26.17% from 255 or 59.46% from 111); Green value is 29 (11.72% from 255 or 26.13% from 111); Blue value is 16 (6.64% from 255 or 14.41% from 111); Max value from RGB is 66 - color contains mainly: red. Hex color #421D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421D10 is #BDE2EF. Grayscale: #262626. Windows color (decimal): -12444400 or 1056066. OLE color: 1056066.

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

Color convert

RGB 66 29 16 -
CMYK 0 0.56 0.76 0.74
HSL 15.6º 0.61% 0.16% -
HSV(B) 15.6º 0.76% 0.26% -
XYZ 2.78 2.07 0.74 -
YUV 38.58 115.26 147.56 -
System Red Green Blue C M Y K H S L
Decimal 66 29 16 0 0.56 0.76 0.74 15.6 0.61 0.16
Hex 42 1D 10 0 38 4C 4A 10 3D 10
Octal 102 35 20 0 70 114 112 20 75 20
Binary 1000010 11101 10000 0 111000 1001100 1001010 10000 111101 10000

Color Harmonies of #421D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421D10

Black with #421D10

Text Example


Text Example

White with #421D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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