#3B251A

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

Shades of Brown Pod #3B251A

Tints of Brown Pod #3B251A

Color information

#3B251A (or 0x3B251A) is unknown color: approx Brown Pod. HEX triplet: 3B, 25 and 1A. RGB value is (59,37,26). Sum of RGB (Red+Green+Blue) = 59+37+26=122 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.36% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 59 - color contains mainly: red. Hex color #3B251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B251A is #C4DAE5. Grayscale: #2A2A2A. Windows color (decimal): -12901094 or 1713467. OLE color: 1713467.

HSL color Cylindrical-coordinate representation of color #3B251A: hue angle of 20º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B251A is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.77.

Color convert

RGB593726-
CMYK00.370.560.77
HSL20º38.82%16.67%-
HSV(B)20º55.93%23.14%-
XYZ2.652.331.29-
YUV42.32118.79139.89-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 48.36%
GREEN value IS 37 (14.84% from 255) = 30.33%
BLUE value IS 26 (10.55% from 255) = 21.31%
R=48.36%
G=30.33%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59372600.370.560.772038.8216.67
Hex3B251A025384D142711
Octal73453204570115244721
Binary11101110010111010010010111100010011011010010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B251A; }

 p { color: rgb(59,37,26); }

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

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

 a { background-color: rgb(59,37,26); }

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

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

 span { border-color: rgb(59,37,26); }

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