#251400

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

Shades of Cocoa Brown #251400

Tints of Cocoa Brown #251400

Color information

#251400 (or 0x251400) is unknown color: approx Cocoa Brown. HEX triplet: 25, 14 and 00. RGB value is (37,20,0). Sum of RGB (Red+Green+Blue) = 37+20+0=57 (7% of max value = 765). Red value is 37 (14.84% from 255 or 64.91% from 57); Green value is 20 (8.20% from 255 or 35.09% from 57); Blue value is 0 (0.39% from 255 or 0% from 57); Max value from RGB is 37 - color contains mainly: red. Hex color #251400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251400 is #DAEBFF. Grayscale: #161616. Windows color (decimal): -14347264 or 5157. OLE color: 5157.

HSL color Cylindrical-coordinate representation of color #251400: hue angle of 32.43º 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 #251400 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.85.

Color convert

RGB37200-
CMYK00.4610.85
HSL32.43º100%7.25%-
HSV(B)32.43º100%14.51%-
XYZ1.010.890.12-
YUV22.8115.13138.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 64.91%
GREEN value IS 20 (8.20% from 255) = 35.09%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.91%
G=35.09%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3720000.4610.8532.431007.25
Hex2514002E645520647
Octal45240056144125401447
Binary1001011010000101110110010010101011000001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251400; }

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

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

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

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

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

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

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

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