#382919

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

Shades of Cocoa Brown #382919

Tints of Cocoa Brown #382919

Color information

#382919 (or 0x382919) is unknown color: approx Cocoa Brown. HEX triplet: 38, 29 and 19. RGB value is (56,41,25). Sum of RGB (Red+Green+Blue) = 56+41+25=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 56 - color contains mainly: red. Hex color #382919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382919 is #C7D6E6. Grayscale: #2B2B2B. Windows color (decimal): -13096679 or 1648952. OLE color: 1648952.

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

Color convert

RGB564125-
CMYK00.270.550.78
HSL30.97º38.27%15.88%-
HSV(B)30.97º55.36%21.96%-
XYZ2.62.51.26-
YUV43.66117.47136.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.90%
GREEN value IS 41 (16.41% from 255) = 33.61%
BLUE value IS 25 (10.16% from 255) = 20.49%
R=45.90%
G=33.61%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.55
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56412500.270.550.7830.9738.2715.88
Hex38291901B374E1f2610
Octal70513103367116374620
Binary1110001010011100101101111011110011101111110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382919; }

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

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

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

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

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

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

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

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