#382613

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

Shades of Cocoa Brown #382613

Tints of Cocoa Brown #382613

Color information

#382613 (or 0x382613) is unknown color: approx Cocoa Brown. HEX triplet: 38, 26 and 13. RGB value is (56,38,19). Sum of RGB (Red+Green+Blue) = 56+38+19=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 19 (7.81% from 255 or 16.81% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #382613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382613 is #C7D9EC. Grayscale: #292929. Windows color (decimal): -13097453 or 1254968. OLE color: 1254968.

HSL color Cylindrical-coordinate representation of color #382613: hue angle of 30.81º 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 #382613 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.78.

Color convert

RGB563819-
CMYK00.320.660.78
HSL30.81º49.33%14.71%-
HSV(B)30.81º66.07%21.96%-
XYZ2.442.270.93-
YUV41.22115.46138.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.56%
GREEN value IS 38 (15.23% from 255) = 33.63%
BLUE value IS 19 (7.81% from 255) = 16.81%
R=49.56%
G=33.63%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56381900.320.660.7830.8149.3314.71
Hex382613020424E1f31f
Octal704623040102116376117
Binary11100010011010011010000010000101001110111111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382613; }

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

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

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

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

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

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

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

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