Html Css Color HEX #421507 Brown Pod

📋 copy color: '#421507'

red 66 ◦ green 21 ◦ blue 7

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

Shades of Brown Pod #421507

Tints of Brown Pod #421507

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.34%

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

R = 70.21%
G = 22.34%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.74

RGB Variations

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

Color information

#421507 (or 0x421507) is known color: Brown Pod. HEX triplet: 42, 15 and 07. RGB value is (66,21,7). Sum of RGB (Red+Green+Blue) = 66+21+7=94 (12% of max value = 765). Red value is 66 (26.17% from 255 or 70.21% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 7 (3.12% from 255 or 7.45% from 94); Max value from RGB is 66 - color contains mainly: red. Hex color #421507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421507 is #BDEAF8. Grayscale: #202020. Windows color (decimal): -12446457 or 464194. OLE color: 464194.

HSL color Cylindrical-coordinate representation of color #421507: hue angle of 14.24º 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 #421507 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 21 7 -
CMYK 0 0.68 0.89 0.74
HSL 14.24º 0.81% 0.14% -
HSV(B) 14.24º 0.89% 0.26% -
XYZ 2.55 1.71 0.4 -
YUV 32.86 113.41 151.64 -
System Red Green Blue C M Y K H S L
Decimal 66 21 7 0 0.68 0.89 0.74 14.24 0.81 0.14
Hex 42 15 7 0 44 59 4A E 51 E
Octal 102 25 7 0 104 131 112 16 121 16
Binary 1000010 10101 111 0 1000100 1011001 1001010 1110 1010001 1110

Color Harmonies of #421507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421507

Black with #421507

Text Example


Text Example

White with #421507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421507; }

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

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

background-color css

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

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

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

border-color css

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

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

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