#431A07

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

Shades of Brown Pod #431A07

Tints of Brown Pod #431A07

Color information

#431A07 (or 0x431A07) is unknown color: approx Brown Pod. HEX triplet: 43, 1A and 07. RGB value is (67,26,7). Sum of RGB (Red+Green+Blue) = 67+26+7=100 (13% of max value = 765). Red value is 67 (26.56% from 255 or 67% from 100); Green value is 26 (10.55% from 255 or 26% from 100); Blue value is 7 (3.12% from 255 or 7% from 100); Max value from RGB is 67 - color contains mainly: red. Hex color #431A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431A07 is #BCE5F8. Grayscale: #242424. Windows color (decimal): -12379641 or 465475. OLE color: 465475.

HSL color Cylindrical-coordinate representation of color #431A07: hue angle of 19º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #431A07 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.74.

Color convert

RGB67267-
CMYK00.610.900.74
HSL19º81.08%14.51%-
HSV(B)19º89.55%26.27%-
XYZ2.721.950.43-
YUV36.09111.58150.04-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 67%
GREEN value IS 26 (10.55% from 255) = 26%
BLUE value IS 7 (3.12% from 255) = 7%
R=67%
G=26%
B=7%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.90
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6726700.610.900.741981.0814.51
Hex431A703D5A4A1351f
Octal1033270751321122312117
Binary1000011110101110111101101101010010101001110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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