#431E02

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

Shades of Brown Pod #431E02

Tints of Brown Pod #431E02

Color information

#431E02 (or 0x431E02) is unknown color: approx Brown Pod. HEX triplet: 43, 1E and 02. RGB value is (67,30,2). Sum of RGB (Red+Green+Blue) = 67+30+2=99 (13% of max value = 765). Red value is 67 (26.56% from 255 or 67.68% from 99); Green value is 30 (12.11% from 255 or 30.30% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 67 - color contains mainly: red. Hex color #431E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431E02 is #BCE1FD. Grayscale: #262626. Windows color (decimal): -12378622 or 138819. OLE color: 138819.

HSL color Cylindrical-coordinate representation of color #431E02: hue angle of 25.85º 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 #431E02 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.74.

Color convert

RGB67302-
CMYK00.550.970.74
HSL25.85º94.2%13.53%-
HSV(B)25.85º97.01%26.27%-
XYZ2.792.130.32-
YUV37.87107.76148.78-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 67.68%
GREEN value IS 30 (12.11% from 255) = 30.30%
BLUE value IS 2 (1.17% from 255) = 2.02%
R=67.68%
G=30.30%
B=2.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6730200.550.970.7425.8594.213.53
Hex431E2037614A1a5ee
Octal1033620671411123213616
Binary100001111110100110111110000110010101101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431E02; }

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

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

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

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

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

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

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

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