#382504

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

Shades of Cocoa Brown #382504

Tints of Cocoa Brown #382504

Color information

#382504 (or 0x382504) is unknown color: approx Cocoa Brown. HEX triplet: 38, 25 and 04. RGB value is (56,37,4). Sum of RGB (Red+Green+Blue) = 56+37+4=97 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.73% from 97); Green value is 37 (14.84% from 255 or 38.14% from 97); Blue value is 4 (1.95% from 255 or 4.12% from 97); Max value from RGB is 56 - color contains mainly: red. Hex color #382504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382504 is #C7DAFB. Grayscale: #272727. Windows color (decimal): -13097724 or 271672. OLE color: 271672.

HSL color Cylindrical-coordinate representation of color #382504: hue angle of 38.08º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #382504 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB56374-
CMYK00.340.930.78
HSL38.08º86.67%11.76%-
HSV(B)38.08º92.86%21.96%-
XYZ2.312.170.41-
YUV38.92108.29140.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 57.73%
GREEN value IS 37 (14.84% from 255) = 38.14%
BLUE value IS 4 (1.95% from 255) = 4.12%
R=57.73%
G=38.14%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5637400.340.930.7838.0886.6711.76
Hex382540225D4E2657c
Octal704540421351164612714
Binary11100010010110001000101011101100111010011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382504; }

 p { color: rgb(56,37,4); }

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

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

 a { background-color: rgb(56,37,4); }

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

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

 span { border-color: rgb(56,37,4); }

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