#2D251E

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

Shades of Cocoa Brown #2D251E

Tints of Cocoa Brown #2D251E

Color information

#2D251E (or 0x2D251E) is unknown color: approx Cocoa Brown. HEX triplet: 2D, 25 and 1E. RGB value is (45,37,30). Sum of RGB (Red+Green+Blue) = 45+37+30=112 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.18% from 112); Green value is 37 (14.84% from 255 or 33.04% from 112); Blue value is 30 (12.11% from 255 or 26.79% from 112); Max value from RGB is 45 - color contains mainly: red. Hex color #2D251E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D251E is #D2DAE1. Grayscale: #262626. Windows color (decimal): -13818594 or 1975597. OLE color: 1975597.

HSL color Cylindrical-coordinate representation of color #2D251E: hue angle of 28º degrees, saturation: 0.2, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2D251E is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.82.

Color convert

RGB453730-
CMYK00.180.330.82
HSL28º20%14.71%-
HSV(B)28º33.33%17.65%-
XYZ1.981.971.51-
YUV38.59123.15132.57-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 40.18%
GREEN value IS 37 (14.84% from 255) = 33.04%
BLUE value IS 30 (12.11% from 255) = 26.79%
R=40.18%
G=33.04%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45373000.180.330.82282014.71
Hex2D251E01221521c14f
Octal55453602241122342417
Binary10110110010111110010010100001101001011100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D251E; }

 p { color: rgb(45,37,30); }

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

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

 a { background-color: rgb(45,37,30); }

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

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

 span { border-color: rgb(45,37,30); }

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