Html Css Color HEX #421C18 Brown Pod

📋 copy color: '#421C18'

red 66 ◦ green 28 ◦ blue 24

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

Shades of Brown Pod #421C18

Tints of Brown Pod #421C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 20.34%

R = 55.93%
G = 23.73%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#421C18 (or 0x421C18) is known color: Brown Pod. HEX triplet: 42, 1C and 18. RGB value is (66,28,24). Sum of RGB (Red+Green+Blue) = 66+28+24=118 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.93% from 118); Green value is 28 (11.33% from 255 or 23.73% from 118); Blue value is 24 (9.77% from 255 or 20.34% from 118); Max value from RGB is 66 - color contains mainly: red. Hex color #421C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421C18 is #BDE3E7. Grayscale: #262626. Windows color (decimal): -12444648 or 1580098. OLE color: 1580098.

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

Color convert

RGB 66 28 24 -
CMYK 0 0.58 0.64 0.74
HSL 5.71º 0.47% 0.18% -
HSV(B) 5.71º 0.64% 0.26% -
XYZ 2.83 2.05 1.11 -
YUV 38.91 119.59 147.33 -
System Red Green Blue C M Y K H S L
Decimal 66 28 24 0 0.58 0.64 0.74 5.71 0.47 0.18
Hex 42 1C 18 0 3A 40 4A 6 2F 12
Octal 102 34 30 0 72 100 112 6 57 22
Binary 1000010 11100 11000 0 111010 1000000 1001010 110 101111 10010

Color Harmonies of #421C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421C18

Black with #421C18

Text Example


Text Example

White with #421C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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