#3C250B

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

Shades of Cocoa Brown #3C250B

Tints of Cocoa Brown #3C250B

Color information

#3C250B (or 0x3C250B) is unknown color: approx Cocoa Brown. HEX triplet: 3C, 25 and 0B. RGB value is (60,37,11). Sum of RGB (Red+Green+Blue) = 60+37+11=108 (14% of max value = 765). Red value is 60 (23.83% from 255 or 55.56% from 108); Green value is 37 (14.84% from 255 or 34.26% from 108); Blue value is 11 (4.69% from 255 or 10.19% from 108); Max value from RGB is 60 - color contains mainly: red. Hex color #3C250B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C250B is #C3DAF4. Grayscale: #292929. Windows color (decimal): -12835573 or 730428. OLE color: 730428.

HSL color Cylindrical-coordinate representation of color #3C250B: hue angle of 31.84º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C250B is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.76.

Color convert

RGB603711-
CMYK00.380.820.76
HSL31.84º69.01%13.92%-
HSV(B)31.84º81.67%23.53%-
XYZ2.592.310.63-
YUV40.91111.12141.61-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 55.56%
GREEN value IS 37 (14.84% from 255) = 34.26%
BLUE value IS 11 (4.69% from 255) = 10.19%
R=55.56%
G=34.26%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.82
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60371100.380.820.7631.8469.0113.92
Hex3C25B026524C2045e
Octal7445130461221144010516
Binary111100100101101101001101010010100110010000010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,37,11); }

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

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

 a { background-color: rgb(60,37,11); }

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

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

 span { border-color: rgb(60,37,11); }

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