#431A02

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

Shades of Brown Pod #431A02

Tints of Brown Pod #431A02

Color information

#431A02 (or 0x431A02) is unknown color: approx Brown Pod. HEX triplet: 43, 1A and 02. RGB value is (67,26,2). Sum of RGB (Red+Green+Blue) = 67+26+2=95 (12% of max value = 765). Red value is 67 (26.56% from 255 or 70.53% from 95); Green value is 26 (10.55% from 255 or 27.37% from 95); Blue value is 2 (1.17% from 255 or 2.11% from 95); Max value from RGB is 67 - color contains mainly: red. Hex color #431A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431A02 is #BCE5FD. Grayscale: #232323. Windows color (decimal): -12379646 or 137795. OLE color: 137795.

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

Color convert

RGB67262-
CMYK00.610.970.74
HSL22.15º94.2%13.53%-
HSV(B)22.15º97.01%26.27%-
XYZ2.71.940.29-
YUV35.52109.08150.45-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 70.53%
GREEN value IS 26 (10.55% from 255) = 27.37%
BLUE value IS 2 (1.17% from 255) = 2.11%
R=70.53%
G=27.37%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6726200.610.970.7422.1594.213.53
Hex431A203D614A165ee
Octal1033220751411122613616
Binary100001111010100111101110000110010101011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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