Html Css Color HEX #421C12 Brown Pod

📋 copy color: '#421C12'

red 66 ◦ green 28 ◦ blue 18

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

Shades of Brown Pod #421C12

Tints of Brown Pod #421C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 16.07%

R = 58.93%
G = 25%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#421C12 (or 0x421C12) is known color: Brown Pod. HEX triplet: 42, 1C and 12. RGB value is (66,28,18). Sum of RGB (Red+Green+Blue) = 66+28+18=112 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.93% from 112); Green value is 28 (11.33% from 255 or 25% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 66 - color contains mainly: red. Hex color #421C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421C12 is #BDE3ED. Grayscale: #262626. Windows color (decimal): -12444654 or 1186882. OLE color: 1186882.

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

Color convert

RGB 66 28 18 -
CMYK 0 0.58 0.73 0.74
HSL 12.5º 0.57% 0.16% -
HSV(B) 12.5º 0.73% 0.26% -
XYZ 2.77 2.03 0.82 -
YUV 38.22 116.59 147.81 -
System Red Green Blue C M Y K H S L
Decimal 66 28 18 0 0.58 0.73 0.74 12.5 0.57 0.16
Hex 42 1C 12 0 3A 49 4A C 39 10
Octal 102 34 22 0 72 111 112 14 71 20
Binary 1000010 11100 10010 0 111010 1001001 1001010 1100 111001 10000

Color Harmonies of #421C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421C12

Black with #421C12

Text Example


Text Example

White with #421C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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