#3D250C

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

Shades of Cocoa Brown #3D250C

Tints of Cocoa Brown #3D250C

Color information

#3D250C (or 0x3D250C) is unknown color: approx Cocoa Brown. HEX triplet: 3D, 25 and 0C. RGB value is (61,37,12). Sum of RGB (Red+Green+Blue) = 61+37+12=110 (14% of max value = 765). Red value is 61 (24.22% from 255 or 55.45% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 12 (5.08% from 255 or 10.91% from 110); Max value from RGB is 61 - color contains mainly: red. Hex color #3D250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D250C is #C2DAF3. Grayscale: #292929. Windows color (decimal): -12770036 or 795965. OLE color: 795965.

HSL color Cylindrical-coordinate representation of color #3D250C: hue angle of 30.61º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3D250C is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.76.

Color convert

RGB613712-
CMYK00.390.800.76
HSL30.61º67.12%14.31%-
HSV(B)30.61º80.33%23.92%-
XYZ2.652.340.66-
YUV41.33111.45142.03-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 55.45%
GREEN value IS 37 (14.84% from 255) = 33.64%
BLUE value IS 12 (5.08% from 255) = 10.91%
R=55.45%
G=33.64%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.80
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61371200.390.800.7630.6167.1214.31
Hex3D25C027504C1f43e
Octal7545140471201143710316
Binary11110110010111000100111101000010011001111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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