#382403

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

Shades of Cocoa Brown #382403

Tints of Cocoa Brown #382403

Color information

#382403 (or 0x382403) is unknown color: approx Cocoa Brown. HEX triplet: 38, 24 and 03. RGB value is (56,36,3). Sum of RGB (Red+Green+Blue) = 56+36+3=95 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.95% from 95); Green value is 36 (14.45% from 255 or 37.89% from 95); Blue value is 3 (1.56% from 255 or 3.16% from 95); Max value from RGB is 56 - color contains mainly: red. Hex color #382403 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382403 is #C7DBFC. Grayscale: #262626. Windows color (decimal): -13097981 or 205880. OLE color: 205880.

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

Color convert

RGB56363-
CMYK00.360.950.78
HSL37.36º89.83%11.57%-
HSV(B)37.36º94.64%21.96%-
XYZ2.282.110.37-
YUV38.22108.13140.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 58.95%
GREEN value IS 36 (14.45% from 255) = 37.89%
BLUE value IS 3 (1.56% from 255) = 3.16%
R=58.95%
G=37.89%
B=3.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5636300.360.950.7837.3689.8311.57
Hex382430245F4E255ac
Octal704430441371164513214
Binary1110001001001101001001011111100111010010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382403; }

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

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

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

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

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

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

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

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