Html Css Color HEX #421C07 Brown Pod

📋 copy color: '#421C07'

red 66 ◦ green 28 ◦ blue 7

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

Shades of Brown Pod #421C07

Tints of Brown Pod #421C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 6.93%

R = 65.35%
G = 27.72%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.74

RGB Variations

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

Color information

#421C07 (or 0x421C07) is known color: Brown Pod. HEX triplet: 42, 1C and 07. RGB value is (66,28,7). Sum of RGB (Red+Green+Blue) = 66+28+7=101 (13% of max value = 765). Red value is 66 (26.17% from 255 or 65.35% from 101); Green value is 28 (11.33% from 255 or 27.72% from 101); Blue value is 7 (3.12% from 255 or 6.93% from 101); Max value from RGB is 66 - color contains mainly: red. Hex color #421C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421C07 is #BDE3F8. Grayscale: #252525. Windows color (decimal): -12444665 or 465986. OLE color: 465986.

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

Color convert

RGB 66 28 7 -
CMYK 0 0.58 0.89 0.74
HSL 21.36º 0.81% 0.14% -
HSV(B) 21.36º 0.89% 0.26% -
XYZ 2.7 2 0.45 -
YUV 36.97 111.09 148.71 -
System Red Green Blue C M Y K H S L
Decimal 66 28 7 0 0.58 0.89 0.74 21.36 0.81 0.14
Hex 42 1C 7 0 3A 59 4A 15 51 E
Octal 102 34 7 0 72 131 112 25 121 16
Binary 1000010 11100 111 0 111010 1011001 1001010 10101 1010001 1110

Color Harmonies of #421C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421C07

Black with #421C07

Text Example


Text Example

White with #421C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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