#382713

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

Shades of Cocoa Brown #382713

Tints of Cocoa Brown #382713

Color information

#382713 (or 0x382713) is unknown color: approx Cocoa Brown. HEX triplet: 38, 27 and 13. RGB value is (56,39,19). Sum of RGB (Red+Green+Blue) = 56+39+19=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 39 (15.62% from 255 or 34.21% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 56 - color contains mainly: red. Hex color #382713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382713 is #C7D8EC. Grayscale: #292929. Windows color (decimal): -13097197 or 1255224. OLE color: 1255224.

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

Color convert

RGB563919-
CMYK00.300.660.78
HSL32.43º49.33%14.71%-
HSV(B)32.43º66.07%21.96%-
XYZ2.472.340.94-
YUV41.8115.13138.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.12%
GREEN value IS 39 (15.62% from 255) = 34.21%
BLUE value IS 19 (7.81% from 255) = 16.67%
R=49.12%
G=34.21%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.66
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56391900.300.660.7832.4349.3314.71
Hex38271301E424E2031f
Octal704723036102116406117
Binary11100010011110011011110100001010011101000001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382713; }

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

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

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

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

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

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

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

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