#382917

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

Shades of Cocoa Brown #382917

Tints of Cocoa Brown #382917

Color information

#382917 (or 0x382917) is unknown color: approx Cocoa Brown. HEX triplet: 38, 29 and 17. RGB value is (56,41,23). Sum of RGB (Red+Green+Blue) = 56+41+23=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 41 (16.41% from 255 or 34.17% from 120); Blue value is 23 (9.38% from 255 or 19.17% from 120); Max value from RGB is 56 - color contains mainly: red. Hex color #382917 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382917 is #C7D6E8. Grayscale: #2B2B2B. Windows color (decimal): -13096681 or 1517880. OLE color: 1517880.

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

Color convert

RGB564123-
CMYK00.270.590.78
HSL32.73º41.77%15.49%-
HSV(B)32.73º58.93%21.96%-
XYZ2.582.491.16-
YUV43.43116.47136.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 46.67%
GREEN value IS 41 (16.41% from 255) = 34.17%
BLUE value IS 23 (9.38% from 255) = 19.17%
R=46.67%
G=34.17%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56412300.270.590.7832.7341.7715.49
Hex38291701B3B4E212af
Octal70512703373116415217
Binary1110001010011011101101111101110011101000011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382917; }

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

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

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

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

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

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

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

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