#431A05

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

Shades of Brown Pod #431A05

Tints of Brown Pod #431A05

Color information

#431A05 (or 0x431A05) is unknown color: approx Brown Pod. HEX triplet: 43, 1A and 05. RGB value is (67,26,5). Sum of RGB (Red+Green+Blue) = 67+26+5=98 (12% of max value = 765). Red value is 67 (26.56% from 255 or 68.37% from 98); Green value is 26 (10.55% from 255 or 26.53% from 98); Blue value is 5 (2.34% from 255 or 5.10% from 98); Max value from RGB is 67 - color contains mainly: red. Hex color #431A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431A05 is #BCE5FA. Grayscale: #232323. Windows color (decimal): -12379643 or 334403. OLE color: 334403.

HSL color Cylindrical-coordinate representation of color #431A05: hue angle of 20.32º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #431A05 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.74.

Color convert

RGB67265-
CMYK00.610.930.74
HSL20.32º86.11%14.12%-
HSV(B)20.32º92.54%26.27%-
XYZ2.711.940.38-
YUV35.86110.58150.21-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 68.37%
GREEN value IS 26 (10.55% from 255) = 26.53%
BLUE value IS 5 (2.34% from 255) = 5.10%
R=68.37%
G=26.53%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.93
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6726500.610.930.7420.3286.1114.12
Hex431A503D5D4A1456e
Octal1033250751351122412616
Binary1000011110101010111101101110110010101010010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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