#3B250D

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

Shades of Cocoa Brown #3B250D

Tints of Cocoa Brown #3B250D

Color information

#3B250D (or 0x3B250D) is unknown color: approx Cocoa Brown. HEX triplet: 3B, 25 and 0D. RGB value is (59,37,13). Sum of RGB (Red+Green+Blue) = 59+37+13=109 (14% of max value = 765). Red value is 59 (23.44% from 255 or 54.13% from 109); Green value is 37 (14.84% from 255 or 33.94% from 109); Blue value is 13 (5.47% from 255 or 11.93% from 109); Max value from RGB is 59 - color contains mainly: red. Hex color #3B250D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B250D is #C4DAF2. Grayscale: #282828. Windows color (decimal): -12901107 or 861499. OLE color: 861499.

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

Color convert

RGB593713-
CMYK00.370.780.77
HSL31.3º63.89%14.12%-
HSV(B)31.3º77.97%23.14%-
XYZ2.542.280.69-
YUV40.84112.29140.95-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 54.13%
GREEN value IS 37 (14.84% from 255) = 33.94%
BLUE value IS 13 (5.47% from 255) = 11.93%
R=54.13%
G=33.94%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.78
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59371300.370.780.7731.363.8914.12
Hex3B25D0254E4D1f40e
Octal7345150451161153710016
Binary11101110010111010100101100111010011011111110000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B250D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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