#39251A

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

Shades of Brown Pod #39251A

Tints of Brown Pod #39251A

Color information

#39251A (or 0x39251A) is unknown color: approx Brown Pod. HEX triplet: 39, 25 and 1A. RGB value is (57,37,26). Sum of RGB (Red+Green+Blue) = 57+37+26=120 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.5% from 120); Green value is 37 (14.84% from 255 or 30.83% from 120); Blue value is 26 (10.55% from 255 or 21.67% from 120); Max value from RGB is 57 - color contains mainly: red. Hex color #39251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39251A is #C6DAE5. Grayscale: #292929. Windows color (decimal): -13032166 or 1713465. OLE color: 1713465.

HSL color Cylindrical-coordinate representation of color #39251A: hue angle of 21.29º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #39251A is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.78.

Color convert

RGB573726-
CMYK00.350.540.78
HSL21.29º37.35%16.27%-
HSV(B)21.29º54.39%22.35%-
XYZ2.542.271.28-
YUV41.73119.13138.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 47.5%
GREEN value IS 37 (14.84% from 255) = 30.83%
BLUE value IS 26 (10.55% from 255) = 21.67%
R=47.5%
G=30.83%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57372600.350.540.7821.2937.3516.27
Hex39251A023364E152510
Octal71453204366116254520
Binary11100110010111010010001111011010011101010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39251A; }

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

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

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

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

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

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

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

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