#38291F

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

Shades of Cocoa Brown #38291F

Tints of Cocoa Brown #38291F

Color information

#38291F (or 0x38291F) is unknown color: approx Cocoa Brown. HEX triplet: 38, 29 and 1F. RGB value is (56,41,31). Sum of RGB (Red+Green+Blue) = 56+41+31=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 41 (16.41% from 255 or 32.03% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 56 - color contains mainly: red. Hex color #38291F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38291F is #C7D6E0. Grayscale: #2C2C2C. Windows color (decimal): -13096673 or 2042168. OLE color: 2042168.

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

Color convert

RGB564131-
CMYK00.270.450.78
HSL24º28.74%17.06%-
HSV(B)24º44.64%21.96%-
XYZ2.672.531.64-
YUV44.34120.47136.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.75%
GREEN value IS 41 (16.41% from 255) = 32.03%
BLUE value IS 31 (12.5% from 255) = 24.22%
R=43.75%
G=32.03%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56413100.270.450.782428.7417.06
Hex38291F01B2D4E181d11
Octal70513703355116303521
Binary111000101001111110110111011011001110110001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38291F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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