#431E01

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

Shades of Brown Pod #431E01

Tints of Brown Pod #431E01

Color information

#431E01 (or 0x431E01) is unknown color: approx Brown Pod. HEX triplet: 43, 1E and 01. RGB value is (67,30,1). Sum of RGB (Red+Green+Blue) = 67+30+1=98 (12% of max value = 765). Red value is 67 (26.56% from 255 or 68.37% from 98); Green value is 30 (12.11% from 255 or 30.61% from 98); Blue value is 1 (0.78% from 255 or 1.02% from 98); Max value from RGB is 67 - color contains mainly: red. Hex color #431E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431E01 is #BCE1FE. Grayscale: #252525. Windows color (decimal): -12378623 or 73283. OLE color: 73283.

HSL color Cylindrical-coordinate representation of color #431E01: hue angle of 26.36º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #431E01 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.74.

Color convert

RGB67301-
CMYK00.550.990.74
HSL26.36º97.06%13.33%-
HSV(B)26.36º98.51%26.27%-
XYZ2.782.120.29-
YUV37.76107.26148.86-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 68.37%
GREEN value IS 30 (12.11% from 255) = 30.61%
BLUE value IS 1 (0.78% from 255) = 1.02%
R=68.37%
G=30.61%
B=1.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.99
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6730100.550.990.7426.3697.0613.33
Hex431E1037634A1a61d
Octal1033610671431123214115
Binary10000111111010110111110001110010101101011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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