#431600

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

Shades of Brown Pod #431600

Tints of Brown Pod #431600

Color information

#431600 (or 0x431600) is unknown color: approx Brown Pod. HEX triplet: 43, 16 and 00. RGB value is (67,22,0). Sum of RGB (Red+Green+Blue) = 67+22+0=89 (11% of max value = 765). Red value is 67 (26.56% from 255 or 75.28% from 89); Green value is 22 (8.98% from 255 or 24.72% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 67 - color contains mainly: red. Hex color #431600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431600 is #BCE9FF. Grayscale: #212121. Windows color (decimal): -12380672 or 5699. OLE color: 5699.

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

Color convert

RGB67220-
CMYK00.6710.74
HSL19.7º100%13.14%-
HSV(B)19.7º100%26.27%-
XYZ2.61.770.2-
YUV32.95109.41152.29-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 75.28%
GREEN value IS 22 (8.98% from 255) = 24.72%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.28%
G=24.72%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6722000.6710.7419.710013.14
Hex43160043644A1464d
Octal10326001031441122414415
Binary100001110110001000011110010010010101010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431600; }

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

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

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

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

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

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

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

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