#382410

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

Shades of Cocoa Brown #382410

Tints of Cocoa Brown #382410

Color information

#382410 (or 0x382410) is unknown color: approx Cocoa Brown. HEX triplet: 38, 24 and 10. RGB value is (56,36,16). Sum of RGB (Red+Green+Blue) = 56+36+16=108 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.85% from 108); Green value is 36 (14.45% from 255 or 33.33% from 108); Blue value is 16 (6.64% from 255 or 14.81% from 108); Max value from RGB is 56 - color contains mainly: red. Hex color #382410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382410 is #C7DBEF. Grayscale: #272727. Windows color (decimal): -13097968 or 1057848. OLE color: 1057848.

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

Color convert

RGB563616-
CMYK00.360.710.78
HSL30º55.56%14.12%-
HSV(B)30º71.43%21.96%-
XYZ2.362.140.78-
YUV39.7114.63139.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 51.85%
GREEN value IS 36 (14.45% from 255) = 33.33%
BLUE value IS 16 (6.64% from 255) = 14.81%
R=51.85%
G=33.33%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56361600.360.710.783055.5614.12
Hex382410024474E1e38e
Octal704420044107116367016
Binary11100010010010000010010010001111001110111101110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382410; }

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

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

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

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

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

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

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

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