Html Css Color HEX #421C15 Brown Pod

📋 copy color: '#421C15'

red 66 ◦ green 28 ◦ blue 21

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

Shades of Brown Pod #421C15

Tints of Brown Pod #421C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 18.26%

R = 57.39%
G = 24.35%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.74

RGB Variations

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

Color information

#421C15 (or 0x421C15) is known color: Brown Pod. HEX triplet: 42, 1C and 15. RGB value is (66,28,21). Sum of RGB (Red+Green+Blue) = 66+28+21=115 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.39% from 115); Green value is 28 (11.33% from 255 or 24.35% from 115); Blue value is 21 (8.59% from 255 or 18.26% from 115); Max value from RGB is 66 - color contains mainly: red. Hex color #421C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421C15 is #BDE3EA. Grayscale: #262626. Windows color (decimal): -12444651 or 1383490. OLE color: 1383490.

HSL color Cylindrical-coordinate representation of color #421C15: hue angle of 9.33º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #421C15 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 28 21 -
CMYK 0 0.58 0.68 0.74
HSL 9.33º 0.52% 0.17% -
HSV(B) 9.33º 0.68% 0.26% -
XYZ 2.8 2.04 0.96 -
YUV 38.56 118.09 147.57 -
System Red Green Blue C M Y K H S L
Decimal 66 28 21 0 0.58 0.68 0.74 9.33 0.52 0.17
Hex 42 1C 15 0 3A 44 4A 9 34 11
Octal 102 34 25 0 72 104 112 11 64 21
Binary 1000010 11100 10101 0 111010 1000100 1001010 1001 110100 10001

Color Harmonies of #421C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421C15

Black with #421C15

Text Example


Text Example

White with #421C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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