#431A00

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

Shades of Brown Pod #431A00

Tints of Brown Pod #431A00

Color information

#431A00 (or 0x431A00) is unknown color: approx Brown Pod. HEX triplet: 43, 1A and 00. RGB value is (67,26,0). Sum of RGB (Red+Green+Blue) = 67+26+0=93 (12% of max value = 765). Red value is 67 (26.56% from 255 or 72.04% from 93); Green value is 26 (10.55% from 255 or 27.96% from 93); Blue value is 0 (0.39% from 255 or 0% from 93); Max value from RGB is 67 - color contains mainly: red. Hex color #431A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431A00 is #BCE5FF. Grayscale: #232323. Windows color (decimal): -12379648 or 6723. OLE color: 6723.

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

Color convert

RGB67260-
CMYK00.6110.74
HSL23.28º100%13.14%-
HSV(B)23.28º100%26.27%-
XYZ2.681.930.23-
YUV35.29108.08150.61-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 72.04%
GREEN value IS 26 (10.55% from 255) = 27.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.04%
G=27.96%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6726000.6110.7423.2810013.14
Hex431A003D644A1764d
Octal1033200751441122714415
Binary10000111101000111101110010010010101011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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