#251200

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

Shades of Cocoa Brown #251200

Tints of Cocoa Brown #251200

Color information

#251200 (or 0x251200) is unknown color: approx Cocoa Brown. HEX triplet: 25, 12 and 00. RGB value is (37,18,0). Sum of RGB (Red+Green+Blue) = 37+18+0=55 (7% of max value = 765). Red value is 37 (14.84% from 255 or 67.27% from 55); Green value is 18 (7.42% from 255 or 32.73% from 55); Blue value is 0 (0.39% from 255 or 0% from 55); Max value from RGB is 37 - color contains mainly: red. Hex color #251200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251200 is #DAEDFF. Grayscale: #151515. Windows color (decimal): -14347776 or 4645. OLE color: 4645.

HSL color Cylindrical-coordinate representation of color #251200: hue angle of 29.19º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #251200 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.85.

Color convert

RGB37180-
CMYK00.5110.85
HSL29.19º100%7.25%-
HSV(B)29.19º100%14.51%-
XYZ0.980.830.11-
YUV21.63115.79138.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 67.27%
GREEN value IS 18 (7.42% from 255) = 32.73%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.27%
G=32.73%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3718000.5110.8529.191007.25
Hex2512003364551d647
Octal45220063144125351447
Binary100101100100011001111001001010101111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251200; }

 p { color: rgb(37,18,0); }

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

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

 a { background-color: rgb(37,18,0); }

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

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

 span { border-color: rgb(37,18,0); }

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