#382510

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

Shades of Cocoa Brown #382510

Tints of Cocoa Brown #382510

Color information

#382510 (or 0x382510) is unknown color: approx Cocoa Brown. HEX triplet: 38, 25 and 10. RGB value is (56,37,16). Sum of RGB (Red+Green+Blue) = 56+37+16=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 37 (14.84% from 255 or 33.94% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #382510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382510 is #C7DAEF. Grayscale: #282828. Windows color (decimal): -13097712 or 1058104. OLE color: 1058104.

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

Color convert

RGB563716-
CMYK00.340.710.78
HSL31.5º55.56%14.12%-
HSV(B)31.5º71.43%21.96%-
XYZ2.392.20.79-
YUV40.29114.29139.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 51.38%
GREEN value IS 37 (14.84% from 255) = 33.94%
BLUE value IS 16 (6.64% from 255) = 14.68%
R=51.38%
G=33.94%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56371600.340.710.7831.555.5614.12
Hex382510022474E2038e
Octal704520042107116407016
Binary111000100101100000100010100011110011101000001110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382510; }

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

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

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

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

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

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

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

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