#382710

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

Shades of Cocoa Brown #382710

Tints of Cocoa Brown #382710

Color information

#382710 (or 0x382710) is unknown color: approx Cocoa Brown. HEX triplet: 38, 27 and 10. RGB value is (56,39,16). Sum of RGB (Red+Green+Blue) = 56+39+16=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 39 (15.62% from 255 or 35.14% from 111); Blue value is 16 (6.64% from 255 or 14.41% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #382710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382710 is #C7D8EF. Grayscale: #292929. Windows color (decimal): -13097200 or 1058616. OLE color: 1058616.

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

Color convert

RGB563916-
CMYK00.300.710.78
HSL34.5º55.56%14.12%-
HSV(B)34.5º71.43%21.96%-
XYZ2.452.330.81-
YUV41.46113.63138.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.45%
GREEN value IS 39 (15.62% from 255) = 35.14%
BLUE value IS 16 (6.64% from 255) = 14.41%
R=50.45%
G=35.14%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56391600.300.710.7834.555.5614.12
Hex38271001E474E2238e
Octal704720036107116427016
Binary11100010011110000011110100011110011101000101110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382710; }

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

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

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

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

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

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

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

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