#421608

Color #421608 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #421608

Tints of Brown Pod #421608

Color information

#421608 (or 0x421608) is unknown color: approx Brown Pod. HEX triplet: 42, 16 and 08. RGB value is (66,22,8). Sum of RGB (Red+Green+Blue) = 66+22+8=96 (12% of max value = 765). Red value is 66 (26.17% from 255 or 68.75% from 96); Green value is 22 (8.98% from 255 or 22.92% from 96); Blue value is 8 (3.52% from 255 or 8.33% from 96); Max value from RGB is 66 - color contains mainly: red. Hex color #421608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421608 is #BDE9F7. Grayscale: #212121. Windows color (decimal): -12446200 or 529986. OLE color: 529986.

HSL color Cylindrical-coordinate representation of color #421608: hue angle of 14.48º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #421608 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.74.

Color convert

RGB66228-
CMYK00.670.880.74
HSL14.48º78.38%14.51%-
HSV(B)14.48º87.88%25.88%-
XYZ2.581.750.43-
YUV33.56113.58151.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 68.75%
GREEN value IS 22 (8.98% from 255) = 22.92%
BLUE value IS 8 (3.52% from 255) = 8.33%
R=68.75%
G=22.92%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6622800.670.880.7414.4878.3814.51
Hex42168043584Ae4ef
Octal102261001031301121611617
Binary10000101011010000100001110110001001010111010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421608; }

 p { color: rgb(66,22,8); }

 H1.HeaderClassName
 {
   color: #421608;
 }
 .AnyTagClassName
 {
   color: #421608;
 }
</style>
background-color css

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

 a { background-color: rgb(66,22,8); }

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

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

 span { border-color: rgb(66,22,8); }

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