#431601

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

Shades of Brown Pod #431601

Tints of Brown Pod #431601

Color information

#431601 (or 0x431601) is unknown color: approx Brown Pod. HEX triplet: 43, 16 and 01. RGB value is (67,22,1). Sum of RGB (Red+Green+Blue) = 67+22+1=90 (11% of max value = 765). Red value is 67 (26.56% from 255 or 74.44% from 90); Green value is 22 (8.98% from 255 or 24.44% from 90); Blue value is 1 (0.78% from 255 or 1.11% from 90); Max value from RGB is 67 - color contains mainly: red. Hex color #431601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431601 is #BCE9FE. Grayscale: #212121. Windows color (decimal): -12380671 or 71235. OLE color: 71235.

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

Color convert

RGB67221-
CMYK00.670.990.74
HSL19.09º97.06%13.33%-
HSV(B)19.09º98.51%26.27%-
XYZ2.611.770.23-
YUV33.06109.91152.21-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 74.44%
GREEN value IS 22 (8.98% from 255) = 24.44%
BLUE value IS 1 (0.78% from 255) = 1.11%
R=74.44%
G=24.44%
B=1.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.99
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6722100.670.990.7419.0997.0613.33
Hex43161043634A1361d
Octal10326101031431122314115
Binary100001110110101000011110001110010101001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431601; }

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

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

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

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

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

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

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

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