#382611

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

Shades of Cocoa Brown #382611

Tints of Cocoa Brown #382611

Color information

#382611 (or 0x382611) is unknown color: approx Cocoa Brown. HEX triplet: 38, 26 and 11. RGB value is (56,38,17). Sum of RGB (Red+Green+Blue) = 56+38+17=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 38 (15.23% from 255 or 34.23% from 111); Blue value is 17 (7.03% from 255 or 15.32% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #382611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382611 is #C7D9EE. Grayscale: #292929. Windows color (decimal): -13097455 or 1123896. OLE color: 1123896.

HSL color Cylindrical-coordinate representation of color #382611: hue angle of 32.31º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #382611 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB563817-
CMYK00.320.700.78
HSL32.31º53.42%14.31%-
HSV(B)32.31º69.64%21.96%-
XYZ2.432.270.84-
YUV40.99114.46138.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.45%
GREEN value IS 38 (15.23% from 255) = 34.23%
BLUE value IS 17 (7.03% from 255) = 15.32%
R=50.45%
G=34.23%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56381700.320.700.7832.3153.4214.31
Hex382611020464E2035e
Octal704621040106116406516
Binary111000100110100010100000100011010011101000001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382611; }

 p { color: rgb(56,38,17); }

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

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

 a { background-color: rgb(56,38,17); }

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

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

 span { border-color: rgb(56,38,17); }

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