#382314

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

Shades of Cocoa Brown #382314

Tints of Cocoa Brown #382314

Color information

#382314 (or 0x382314) is unknown color: approx Cocoa Brown. HEX triplet: 38, 23 and 14. RGB value is (56,35,20). Sum of RGB (Red+Green+Blue) = 56+35+20=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 35 (14.06% from 255 or 31.53% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #382314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382314 is #C7DCEB. Grayscale: #272727. Windows color (decimal): -13098220 or 1319736. OLE color: 1319736.

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

Color convert

RGB563520-
CMYK00.370.640.78
HSL25º47.37%14.9%-
HSV(B)25º64.29%21.96%-
XYZ2.362.090.94-
YUV39.57116.96139.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.45%
GREEN value IS 35 (14.06% from 255) = 31.53%
BLUE value IS 20 (8.20% from 255) = 18.02%
R=50.45%
G=31.53%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56352000.370.640.782547.3714.9
Hex382314025404E192ff
Octal704324045100116315717
Binary11100010001110100010010110000001001110110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382314; }

 p { color: rgb(56,35,20); }

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

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

 a { background-color: rgb(56,35,20); }

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

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

 span { border-color: rgb(56,35,20); }

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