#431705

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

Shades of Brown Pod #431705

Tints of Brown Pod #431705

Color information

#431705 (or 0x431705) is unknown color: approx Brown Pod. HEX triplet: 43, 17 and 05. RGB value is (67,23,5). Sum of RGB (Red+Green+Blue) = 67+23+5=95 (12% of max value = 765). Red value is 67 (26.56% from 255 or 70.53% from 95); Green value is 23 (9.38% from 255 or 24.21% from 95); Blue value is 5 (2.34% from 255 or 5.26% from 95); Max value from RGB is 67 - color contains mainly: red. Hex color #431705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431705 is #BCE8FA. Grayscale: #222222. Windows color (decimal): -12380411 or 333635. OLE color: 333635.

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

Color convert

RGB67235-
CMYK00.660.930.74
HSL17.42º86.11%14.12%-
HSV(B)17.42º92.54%26.27%-
XYZ2.651.820.35-
YUV34.1111.58151.46-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 70.53%
GREEN value IS 23 (9.38% from 255) = 24.21%
BLUE value IS 5 (2.34% from 255) = 5.26%
R=70.53%
G=24.21%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6723500.660.930.7417.4286.1114.12
Hex431750425D4A1156e
Octal10327501021351122112616
Binary10000111011110101000010101110110010101000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431705; }

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

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

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

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

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

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

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

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