#382413

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

Shades of Cocoa Brown #382413

Tints of Cocoa Brown #382413

Color information

#382413 (or 0x382413) is unknown color: approx Cocoa Brown. HEX triplet: 38, 24 and 13. RGB value is (56,36,19). Sum of RGB (Red+Green+Blue) = 56+36+19=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #382413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382413 is #C7DBEC. Grayscale: #282828. Windows color (decimal): -13097965 or 1254456. OLE color: 1254456.

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

Color convert

RGB563619-
CMYK00.360.660.78
HSL27.57º49.33%14.71%-
HSV(B)27.57º66.07%21.96%-
XYZ2.382.150.91-
YUV40.04116.13139.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.45%
GREEN value IS 36 (14.45% from 255) = 32.43%
BLUE value IS 19 (7.81% from 255) = 17.12%
R=50.45%
G=32.43%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56361900.360.660.7827.5749.3314.71
Hex382413024424E1c31f
Octal704423044102116346117
Binary11100010010010011010010010000101001110111001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382413; }

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

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

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

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

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

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

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

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