#39250F

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

Shades of Cocoa Brown #39250F

Tints of Cocoa Brown #39250F

Color information

#39250F (or 0x39250F) is unknown color: approx Cocoa Brown. HEX triplet: 39, 25 and 0F. RGB value is (57,37,15). Sum of RGB (Red+Green+Blue) = 57+37+15=109 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.29% from 109); Green value is 37 (14.84% from 255 or 33.94% from 109); Blue value is 15 (6.25% from 255 or 13.76% from 109); Max value from RGB is 57 - color contains mainly: red. Hex color #39250F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39250F is #C6DAF0. Grayscale: #282828. Windows color (decimal): -13032177 or 992569. OLE color: 992569.

HSL color Cylindrical-coordinate representation of color #39250F: hue angle of 31.43º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39250F is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.78.

Color convert

RGB573715-
CMYK00.350.740.78
HSL31.43º58.33%14.12%-
HSV(B)31.43º73.68%22.35%-
XYZ2.442.230.75-
YUV40.47113.63139.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 52.29%
GREEN value IS 37 (14.84% from 255) = 33.94%
BLUE value IS 15 (6.25% from 255) = 13.76%
R=52.29%
G=33.94%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.74
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57371500.350.740.7831.4358.3314.12
Hex3925F0234A4E1f3ae
Octal714517043112116377216
Binary1110011001011111010001110010101001110111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39250F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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