#431D00

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

Shades of Brown Pod #431D00

Tints of Brown Pod #431D00

Color information

#431D00 (or 0x431D00) is unknown color: approx Brown Pod. HEX triplet: 43, 1D and 00. RGB value is (67,29,0). Sum of RGB (Red+Green+Blue) = 67+29+0=96 (12% of max value = 765). Red value is 67 (26.56% from 255 or 69.79% from 96); Green value is 29 (11.72% from 255 or 30.21% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 67 - color contains mainly: red. Hex color #431D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431D00 is #BCE2FF. Grayscale: #252525. Windows color (decimal): -12378880 or 7491. OLE color: 7491.

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

Color convert

RGB67290-
CMYK00.5710.74
HSL25.97º100%13.14%-
HSV(B)25.97º100%26.27%-
XYZ2.752.070.25-
YUV37.06107.09149.36-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 69.79%
GREEN value IS 29 (11.72% from 255) = 30.21%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.79%
G=30.21%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6729000.5710.7425.9710013.14
Hex431D0039644A1a64d
Octal1033500711441123214415
Binary10000111110100111001110010010010101101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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