#33401F

Color #33401F Seaweed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seaweed #33401F

Tints of Seaweed #33401F

Color information

#33401F (or 0x33401F) is unknown color: approx Seaweed. HEX triplet: 33, 40 and 1F. RGB value is (51,64,31). Sum of RGB (Red+Green+Blue) = 51+64+31=146 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.93% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 31 (12.5% from 255 or 21.23% from 146); Max value from RGB is 64 - color contains mainly: green. Hex color #33401F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33401F is #CCBFE0. Grayscale: #383838. Windows color (decimal): -13418465 or 2048051. OLE color: 2048051.

HSL color Cylindrical-coordinate representation of color #33401F: hue angle of 83.64º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #33401F is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB516431-
CMYK0.2000.520.75
HSL83.64º34.74%18.63%-
HSV(B)83.64º51.56%25.1%-
XYZ3.454.471.98-
YUV56.35113.69124.18-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34.93%
GREEN value IS 64 (25.39% from 255) = 43.84%
BLUE value IS 31 (12.5% from 255) = 21.23%
R=34.93%
G=43.84%
B=21.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5164310.2000.520.7583.6434.7418.63
Hex33401F140344B542313
Octal6310037240641131244323
Binary1100111000000111111010001101001001011101010010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33401F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33401F; }

 p { color: rgb(51,64,31); }

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

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

 a { background-color: rgb(51,64,31); }

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

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

 span { border-color: rgb(51,64,31); }

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