#382408

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

Shades of Cocoa Brown #382408

Tints of Cocoa Brown #382408

Color information

#382408 (or 0x382408) is unknown color: approx Cocoa Brown. HEX triplet: 38, 24 and 08. RGB value is (56,36,8). Sum of RGB (Red+Green+Blue) = 56+36+8=100 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56% from 100); Green value is 36 (14.45% from 255 or 36% from 100); Blue value is 8 (3.52% from 255 or 8% from 100); Max value from RGB is 56 - color contains mainly: red. Hex color #382408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382408 is #C7DBF7. Grayscale: #262626. Windows color (decimal): -13097976 or 533560. OLE color: 533560.

HSL color Cylindrical-coordinate representation of color #382408: hue angle of 35º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #382408 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.78.

Color convert

RGB56368-
CMYK00.360.860.78
HSL35º75%12.55%-
HSV(B)35º85.71%21.96%-
XYZ2.312.120.52-
YUV38.79110.63140.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 56%
GREEN value IS 36 (14.45% from 255) = 36%
BLUE value IS 8 (3.52% from 255) = 8%
R=56%
G=36%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5636800.360.860.78357512.55
Hex38248024564E234bd
Octal7044100441261164311315
Binary111000100100100001001001010110100111010001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382408; }

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

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

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

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

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

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

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

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