#39250A

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

Shades of Cocoa Brown #39250A

Tints of Cocoa Brown #39250A

Color information

#39250A (or 0x39250A) is unknown color: approx Cocoa Brown. HEX triplet: 39, 25 and 0A. RGB value is (57,37,10). Sum of RGB (Red+Green+Blue) = 57+37+10=104 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.81% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 10 (4.30% from 255 or 9.62% from 104); Max value from RGB is 57 - color contains mainly: red. Hex color #39250A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39250A is #C6DAF5. Grayscale: #282828. Windows color (decimal): -13032182 or 664889. OLE color: 664889.

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

Color convert

RGB573710-
CMYK00.350.820.78
HSL34.47º70.15%13.14%-
HSV(B)34.47º82.46%22.35%-
XYZ2.42.210.59-
YUV39.9111.13140.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 54.81%
GREEN value IS 37 (14.84% from 255) = 35.58%
BLUE value IS 10 (4.30% from 255) = 9.62%
R=54.81%
G=35.58%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57371000.350.820.7834.4770.1513.14
Hex3925A023524E2246d
Octal7145120431221164210615
Binary111001100101101001000111010010100111010001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39250A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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