#382717

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

Shades of Cocoa Brown #382717

Tints of Cocoa Brown #382717

Color information

#382717 (or 0x382717) is unknown color: approx Cocoa Brown. HEX triplet: 38, 27 and 17. RGB value is (56,39,23). Sum of RGB (Red+Green+Blue) = 56+39+23=118 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.46% from 118); Green value is 39 (15.62% from 255 or 33.05% from 118); Blue value is 23 (9.38% from 255 or 19.49% from 118); Max value from RGB is 56 - color contains mainly: red. Hex color #382717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382717 is #C7D8E8. Grayscale: #2A2A2A. Windows color (decimal): -13097193 or 1517368. OLE color: 1517368.

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

Color convert

RGB563923-
CMYK00.300.590.78
HSL29.09º41.77%15.49%-
HSV(B)29.09º58.93%21.96%-
XYZ2.512.351.13-
YUV42.26117.13137.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.46%
GREEN value IS 39 (15.62% from 255) = 33.05%
BLUE value IS 23 (9.38% from 255) = 19.49%
R=47.46%
G=33.05%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.59
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56392300.300.590.7829.0941.7715.49
Hex38271701E3B4E1d2af
Octal70472703673116355217
Binary111000100111101110111101110111001110111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382717; }

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

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

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

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

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

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

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

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