#382719

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

Shades of Cocoa Brown #382719

Tints of Cocoa Brown #382719

Color information

#382719 (or 0x382719) is unknown color: approx Cocoa Brown. HEX triplet: 38, 27 and 19. RGB value is (56,39,25). Sum of RGB (Red+Green+Blue) = 56+39+25=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 39 (15.62% from 255 or 32.5% from 120); Blue value is 25 (10.16% from 255 or 20.83% from 120); Max value from RGB is 56 - color contains mainly: red. Hex color #382719 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382719 is #C7D8E6. Grayscale: #2A2A2A. Windows color (decimal): -13097191 or 1648440. OLE color: 1648440.

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

Color convert

RGB563925-
CMYK00.300.550.78
HSL27.1º38.27%15.88%-
HSV(B)27.1º55.36%21.96%-
XYZ2.532.361.24-
YUV42.49118.13137.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 46.67%
GREEN value IS 39 (15.62% from 255) = 32.5%
BLUE value IS 25 (10.16% from 255) = 20.83%
R=46.67%
G=32.5%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.55
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56392500.300.550.7827.138.2715.88
Hex38271901E374E1b2610
Octal70473103667116334620
Binary1110001001111100101111011011110011101101110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382719; }

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

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

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

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

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

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

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

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