#382401

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

Shades of Cocoa Brown #382401

Tints of Cocoa Brown #382401

Color information

#382401 (or 0x382401) is unknown color: approx Cocoa Brown. HEX triplet: 38, 24 and 01. RGB value is (56,36,1). Sum of RGB (Red+Green+Blue) = 56+36+1=93 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.22% from 93); Green value is 36 (14.45% from 255 or 38.71% from 93); Blue value is 1 (0.78% from 255 or 1.08% from 93); Max value from RGB is 56 - color contains mainly: red. Hex color #382401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382401 is #C7DBFE. Grayscale: #262626. Windows color (decimal): -13097983 or 74808. OLE color: 74808.

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

Color convert

RGB56361-
CMYK00.360.980.78
HSL38.18º96.49%11.18%-
HSV(B)38.18º98.21%21.96%-
XYZ2.272.10.32-
YUV37.99107.13140.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 60.22%
GREEN value IS 36 (14.45% from 255) = 38.71%
BLUE value IS 1 (0.78% from 255) = 1.08%
R=60.22%
G=38.71%
B=1.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5636100.360.980.7838.1896.4911.18
Hex38241024624E2660b
Octal704410441421164614013
Binary111000100100101001001100010100111010011011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382401; }

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

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

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

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

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

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

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

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