#382310

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

Shades of Cocoa Brown #382310

Tints of Cocoa Brown #382310

Color information

#382310 (or 0x382310) is unknown color: approx Cocoa Brown. HEX triplet: 38, 23 and 10. RGB value is (56,35,16). Sum of RGB (Red+Green+Blue) = 56+35+16=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 35 (14.06% from 255 or 32.71% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #382310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382310 is #C7DCEF. Grayscale: #272727. Windows color (decimal): -13098224 or 1057592. OLE color: 1057592.

HSL color Cylindrical-coordinate representation of color #382310: hue angle of 28.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 #382310 is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB563516-
CMYK00.370.710.78
HSL28.5º55.56%14.12%-
HSV(B)28.5º71.43%21.96%-
XYZ2.332.080.77-
YUV39.11114.96140.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.34%
GREEN value IS 35 (14.06% from 255) = 32.71%
BLUE value IS 16 (6.64% from 255) = 14.95%
R=52.34%
G=32.71%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56351600.370.710.7828.555.5614.12
Hex382310025474E1d38e
Octal704320045107116357016
Binary11100010001110000010010110001111001110111011110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382310; }

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

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

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

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

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

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

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

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