#382417

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

Shades of Cocoa Brown #382417

Tints of Cocoa Brown #382417

Color information

#382417 (or 0x382417) is unknown color: approx Cocoa Brown. HEX triplet: 38, 24 and 17. RGB value is (56,36,23). Sum of RGB (Red+Green+Blue) = 56+36+23=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 36 (14.45% from 255 or 31.30% from 115); Blue value is 23 (9.38% from 255 or 20% from 115); Max value from RGB is 56 - color contains mainly: red. Hex color #382417 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382417 is #C7DBE8. Grayscale: #282828. Windows color (decimal): -13097961 or 1516600. OLE color: 1516600.

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

Color convert

RGB563623-
CMYK00.360.590.78
HSL23.64º41.77%15.49%-
HSV(B)23.64º58.93%21.96%-
XYZ2.422.161.1-
YUV40.5118.13139.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 48.70%
GREEN value IS 36 (14.45% from 255) = 31.30%
BLUE value IS 23 (9.38% from 255) = 20%
R=48.70%
G=31.30%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.59
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56362300.360.590.7823.6441.7715.49
Hex3824170243B4E182af
Octal70442704473116305217
Binary1110001001001011101001001110111001110110001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382417; }

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

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

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

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

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

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

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

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