Html Css Color HEX #421C10 Brown Pod

📋 copy color: '#421C10'

red 66 ◦ green 28 ◦ blue 16

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

Shades of Brown Pod #421C10

Tints of Brown Pod #421C10

RGB

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

 GREEN value IS 28 (11.33% from 255) = 25.45%

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

R = 60%
G = 25.45%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#421C10 (or 0x421C10) is known color: Brown Pod. HEX triplet: 42, 1C and 10. RGB value is (66,28,16). Sum of RGB (Red+Green+Blue) = 66+28+16=110 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60% from 110); Green value is 28 (11.33% from 255 or 25.45% from 110); Blue value is 16 (6.64% from 255 or 14.55% from 110); Max value from RGB is 66 - color contains mainly: red. Hex color #421C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421C10 is #BDE3EF. Grayscale: #262626. Windows color (decimal): -12444656 or 1055810. OLE color: 1055810.

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

Color convert

RGB 66 28 16 -
CMYK 0 0.58 0.76 0.74
HSL 14.4º 0.61% 0.16% -
HSV(B) 14.4º 0.76% 0.26% -
XYZ 2.76 2.03 0.74 -
YUV 37.99 115.59 147.98 -
System Red Green Blue C M Y K H S L
Decimal 66 28 16 0 0.58 0.76 0.74 14.4 0.61 0.16
Hex 42 1C 10 0 3A 4C 4A E 3D 10
Octal 102 34 20 0 72 114 112 16 75 20
Binary 1000010 11100 10000 0 111010 1001100 1001010 1110 111101 10000

Color Harmonies of #421C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421C10

Black with #421C10

Text Example


Text Example

White with #421C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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