#431405

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

Shades of Brown Pod #431405

Tints of Brown Pod #431405

Color information

#431405 (or 0x431405) is unknown color: approx Brown Pod. HEX triplet: 43, 14 and 05. RGB value is (67,20,5). Sum of RGB (Red+Green+Blue) = 67+20+5=92 (12% of max value = 765). Red value is 67 (26.56% from 255 or 72.83% from 92); Green value is 20 (8.20% from 255 or 21.74% from 92); Blue value is 5 (2.34% from 255 or 5.43% from 92); Max value from RGB is 67 - color contains mainly: red. Hex color #431405 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431405 is #BCEBFA. Grayscale: #202020. Windows color (decimal): -12381179 or 332867. OLE color: 332867.

HSL color Cylindrical-coordinate representation of color #431405: hue angle of 14.52º 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 #431405 is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.74.

Color convert

RGB67205-
CMYK00.700.930.74
HSL14.52º86.11%14.12%-
HSV(B)14.52º92.54%26.27%-
XYZ2.591.70.34-
YUV32.34112.57152.72-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 72.83%
GREEN value IS 20 (8.20% from 255) = 21.74%
BLUE value IS 5 (2.34% from 255) = 5.43%
R=72.83%
G=21.74%
B=5.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.93
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6720500.700.930.7414.5286.1114.12
Hex431450465D4Af56e
Octal10324501061351121712616
Binary1000011101001010100011010111011001010111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431405; }

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

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

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

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

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

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

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

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