#3D250D

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

Shades of Cocoa Brown #3D250D

Tints of Cocoa Brown #3D250D

Color information

#3D250D (or 0x3D250D) is unknown color: approx Cocoa Brown. HEX triplet: 3D, 25 and 0D. RGB value is (61,37,13). Sum of RGB (Red+Green+Blue) = 61+37+13=111 (14% of max value = 765). Red value is 61 (24.22% from 255 or 54.95% from 111); Green value is 37 (14.84% from 255 or 33.33% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 61 - color contains mainly: red. Hex color #3D250D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D250D is #C2DAF2. Grayscale: #292929. Windows color (decimal): -12770035 or 861501. OLE color: 861501.

HSL color Cylindrical-coordinate representation of color #3D250D: hue angle of 30º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3D250D is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.76.

Color convert

RGB613713-
CMYK00.390.790.76
HSL30º64.86%14.51%-
HSV(B)30º78.69%23.92%-
XYZ2.662.340.69-
YUV41.44111.95141.95-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 54.95%
GREEN value IS 37 (14.84% from 255) = 33.33%
BLUE value IS 13 (5.47% from 255) = 11.71%
R=54.95%
G=33.33%
B=11.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.79
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61371300.390.790.763064.8614.51
Hex3D25D0274F4C1e41f
Octal7545150471171143610117
Binary11110110010111010100111100111110011001111010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D250D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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