#382405

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

Shades of Cocoa Brown #382405

Tints of Cocoa Brown #382405

Color information

#382405 (or 0x382405) is unknown color: approx Cocoa Brown. HEX triplet: 38, 24 and 05. RGB value is (56,36,5). Sum of RGB (Red+Green+Blue) = 56+36+5=97 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.73% from 97); Green value is 36 (14.45% from 255 or 37.11% from 97); Blue value is 5 (2.34% from 255 or 5.15% from 97); Max value from RGB is 56 - color contains mainly: red. Hex color #382405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382405 is #C7DBFA. Grayscale: #262626. Windows color (decimal): -13097979 or 336952. OLE color: 336952.

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

Color convert

RGB56365-
CMYK00.360.910.78
HSL36.47º83.61%11.96%-
HSV(B)36.47º91.07%21.96%-
XYZ2.292.110.43-
YUV38.45109.13140.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 57.73%
GREEN value IS 36 (14.45% from 255) = 37.11%
BLUE value IS 5 (2.34% from 255) = 5.15%
R=57.73%
G=37.11%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5636500.360.910.7836.4783.6111.96
Hex382450245B4E2454c
Octal704450441331164412414
Binary11100010010010101001001011011100111010010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382405; }

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

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

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

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

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

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

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

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