#431402

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

Shades of Brown Pod #431402

Tints of Brown Pod #431402

Color information

#431402 (or 0x431402) is unknown color: approx Brown Pod. HEX triplet: 43, 14 and 02. RGB value is (67,20,2). Sum of RGB (Red+Green+Blue) = 67+20+2=89 (11% of max value = 765). Red value is 67 (26.56% from 255 or 75.28% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 67 - color contains mainly: red. Hex color #431402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431402 is #BCEBFD. Grayscale: #202020. Windows color (decimal): -12381182 or 136259. OLE color: 136259.

HSL color Cylindrical-coordinate representation of color #431402: hue angle of 16.62º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #431402 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.74.

Color convert

RGB67202-
CMYK00.700.970.74
HSL16.62º94.2%13.53%-
HSV(B)16.62º97.01%26.27%-
XYZ2.581.70.25-
YUV32111.07152.96-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 75.28%
GREEN value IS 20 (8.20% from 255) = 22.47%
BLUE value IS 2 (1.17% from 255) = 2.25%
R=75.28%
G=22.47%
B=2.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6720200.700.970.7416.6294.213.53
Hex43142046614A115ee
Octal10324201061411122113616
Binary1000011101001001000110110000110010101000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431402; }

 p { color: rgb(67,20,2); }

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

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

 a { background-color: rgb(67,20,2); }

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

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

 span { border-color: rgb(67,20,2); }

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