#3A250F

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

Shades of Cocoa Brown #3A250F

Tints of Cocoa Brown #3A250F

Color information

#3A250F (or 0x3A250F) is unknown color: approx Cocoa Brown. HEX triplet: 3A, 25 and 0F. RGB value is (58,37,15). Sum of RGB (Red+Green+Blue) = 58+37+15=110 (14% of max value = 765). Red value is 58 (23.05% from 255 or 52.73% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 15 (6.25% from 255 or 13.64% from 110); Max value from RGB is 58 - color contains mainly: red. Hex color #3A250F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A250F is #C5DAF0. Grayscale: #282828. Windows color (decimal): -12966641 or 992570. OLE color: 992570.

HSL color Cylindrical-coordinate representation of color #3A250F: hue angle of 30.7º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A250F is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.77.

Color convert

RGB583715-
CMYK00.360.740.77
HSL30.7º58.9%14.31%-
HSV(B)30.7º74.14%22.75%-
XYZ2.492.260.76-
YUV40.77113.46140.29-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 52.73%
GREEN value IS 37 (14.84% from 255) = 33.64%
BLUE value IS 15 (6.25% from 255) = 13.64%
R=52.73%
G=33.64%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58371500.360.740.7730.758.914.31
Hex3A25F0244A4D1f3be
Octal724517044112115377316
Binary1110101001011111010010010010101001101111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A250F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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