#25190E

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

Shades of Cocoa Brown #25190E

Tints of Cocoa Brown #25190E

Color information

#25190E (or 0x25190E) is unknown color: approx Cocoa Brown. HEX triplet: 25, 19 and 0E. RGB value is (37,25,14). Sum of RGB (Red+Green+Blue) = 37+25+14=76 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.68% from 76); Green value is 25 (10.16% from 255 or 32.89% from 76); Blue value is 14 (5.86% from 255 or 18.42% from 76); Max value from RGB is 37 - color contains mainly: red. Hex color #25190E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25190E is #DAE6F1. Grayscale: #1B1B1B. Windows color (decimal): -14345970 or 923941. OLE color: 923941.

HSL color Cylindrical-coordinate representation of color #25190E: hue angle of 28.7º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #25190E is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB372514-
CMYK00.320.620.85
HSL28.7º45.1%10%-
HSV(B)28.7º62.16%14.51%-
XYZ1.191.120.57-
YUV27.33120.48134.89-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 48.68%
GREEN value IS 25 (10.16% from 255) = 32.89%
BLUE value IS 14 (5.86% from 255) = 18.42%
R=48.68%
G=32.89%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37251400.320.620.8528.745.110
Hex2519E0203E551d2da
Octal45311604076125355512
Binary10010111001111001000001111101010101111011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25190E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25190E; }

 p { color: rgb(37,25,14); }

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

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

 a { background-color: rgb(37,25,14); }

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

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

 span { border-color: rgb(37,25,14); }

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