#382517

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

Shades of Cocoa Brown #382517

Tints of Cocoa Brown #382517

Color information

#382517 (or 0x382517) is unknown color: approx Cocoa Brown. HEX triplet: 38, 25 and 17. RGB value is (56,37,23). Sum of RGB (Red+Green+Blue) = 56+37+23=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 37 (14.84% from 255 or 31.90% from 116); Blue value is 23 (9.38% from 255 or 19.83% from 116); Max value from RGB is 56 - color contains mainly: red. Hex color #382517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382517 is #C7DAE8. Grayscale: #292929. Windows color (decimal): -13097705 or 1516856. OLE color: 1516856.

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

Color convert

RGB563723-
CMYK00.340.590.78
HSL25.45º41.77%15.49%-
HSV(B)25.45º58.93%21.96%-
XYZ2.452.231.11-
YUV41.08117.79138.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 48.28%
GREEN value IS 37 (14.84% from 255) = 31.90%
BLUE value IS 23 (9.38% from 255) = 19.83%
R=48.28%
G=31.90%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.59
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56372300.340.590.7825.4541.7715.49
Hex3825170223B4E192af
Octal70452704273116315217
Binary1110001001011011101000101110111001110110011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382517; }

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

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

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

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

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

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

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

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