#382505

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

Shades of Cocoa Brown #382505

Tints of Cocoa Brown #382505

Color information

#382505 (or 0x382505) is unknown color: approx Cocoa Brown. HEX triplet: 38, 25 and 05. RGB value is (56,37,5). Sum of RGB (Red+Green+Blue) = 56+37+5=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 37 (14.84% from 255 or 37.76% from 98); Blue value is 5 (2.34% from 255 or 5.10% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #382505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382505 is #C7DAFA. Grayscale: #272727. Windows color (decimal): -13097723 or 337208. OLE color: 337208.

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

Color convert

RGB56375-
CMYK00.340.910.78
HSL37.65º83.61%11.96%-
HSV(B)37.65º91.07%21.96%-
XYZ2.322.170.44-
YUV39.03108.79140.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 57.14%
GREEN value IS 37 (14.84% from 255) = 37.76%
BLUE value IS 5 (2.34% from 255) = 5.10%
R=57.14%
G=37.76%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5637500.340.910.7837.6583.6111.96
Hex382550225B4E2654c
Octal704550421331164612414
Binary11100010010110101000101011011100111010011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382505; }

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

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

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

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

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

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

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

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