#382718

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

Shades of Cocoa Brown #382718

Tints of Cocoa Brown #382718

Color information

#382718 (or 0x382718) is unknown color: approx Cocoa Brown. HEX triplet: 38, 27 and 18. RGB value is (56,39,24). Sum of RGB (Red+Green+Blue) = 56+39+24=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 39 (15.62% from 255 or 32.77% from 119); Blue value is 24 (9.77% from 255 or 20.17% from 119); Max value from RGB is 56 - color contains mainly: red. Hex color #382718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382718 is #C7D8E7. Grayscale: #2A2A2A. Windows color (decimal): -13097192 or 1582904. OLE color: 1582904.

HSL color Cylindrical-coordinate representation of color #382718: hue angle of 28.13º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #382718 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.78.

Color convert

RGB563924-
CMYK00.300.570.78
HSL28.13º40%15.69%-
HSV(B)28.13º57.14%21.96%-
XYZ2.522.361.19-
YUV42.37117.63137.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.06%
GREEN value IS 39 (15.62% from 255) = 32.77%
BLUE value IS 24 (9.77% from 255) = 20.17%
R=47.06%
G=32.77%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56392400.300.570.7828.134015.69
Hex38271801E394E1c2810
Octal70473003671116345020
Binary1110001001111100001111011100110011101110010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382718; }

 p { color: rgb(56,39,24); }

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

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

 a { background-color: rgb(56,39,24); }

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

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

 span { border-color: rgb(56,39,24); }

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