#38291E

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

Shades of Cocoa Brown #38291E

Tints of Cocoa Brown #38291E

Color information

#38291E (or 0x38291E) is unknown color: approx Cocoa Brown. HEX triplet: 38, 29 and 1E. RGB value is (56,41,30). Sum of RGB (Red+Green+Blue) = 56+41+30=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 41 (16.41% from 255 or 32.28% from 127); Blue value is 30 (12.11% from 255 or 23.62% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #38291E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38291E is #C7D6E1. Grayscale: #2C2C2C. Windows color (decimal): -13096674 or 1976632. OLE color: 1976632.

HSL color Cylindrical-coordinate representation of color #38291E: hue angle of 25.38º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #38291E is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB564130-
CMYK00.270.460.78
HSL25.38º30.23%16.86%-
HSV(B)25.38º46.43%21.96%-
XYZ2.662.521.57-
YUV44.23119.97136.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.09%
GREEN value IS 41 (16.41% from 255) = 32.28%
BLUE value IS 30 (12.11% from 255) = 23.62%
R=44.09%
G=32.28%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56413000.270.460.7825.3830.2316.86
Hex38291E01B2E4E191e11
Octal70513603356116313621
Binary111000101001111100110111011101001110110011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38291E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,41,30); }

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

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

 a { background-color: rgb(56,41,30); }

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

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

 span { border-color: rgb(56,41,30); }

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