#2D241B

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

Shades of Cocoa Brown #2D241B

Tints of Cocoa Brown #2D241B

Color information

#2D241B (or 0x2D241B) is unknown color: approx Cocoa Brown. HEX triplet: 2D, 24 and 1B. RGB value is (45,36,27). Sum of RGB (Red+Green+Blue) = 45+36+27=108 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.67% from 108); Green value is 36 (14.45% from 255 or 33.33% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 45 - color contains mainly: red. Hex color #2D241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D241B is #D2DBE4. Grayscale: #252525. Windows color (decimal): -13818853 or 1778733. OLE color: 1778733.

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

Color convert

RGB453627-
CMYK00.20.40.82
HSL30º25%14.12%-
HSV(B)30º40%17.65%-
XYZ1.911.91.3-
YUV37.66121.98133.23-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 41.67%
GREEN value IS 36 (14.45% from 255) = 33.33%
BLUE value IS 27 (10.94% from 255) = 25%
R=41.67%
G=33.33%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.4
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45362700.20.40.82302514.12
Hex2D241B01428521e19e
Octal55443302450122363116
Binary10110110010011011010100101000101001011110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D241B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,36,27); }

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

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

 a { background-color: rgb(45,36,27); }

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

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

 span { border-color: rgb(45,36,27); }

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