#382001

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

Shades of Cocoa Brown #382001

Tints of Cocoa Brown #382001

Color information

#382001 (or 0x382001) is unknown color: approx Cocoa Brown. HEX triplet: 38, 20 and 01. RGB value is (56,32,1). Sum of RGB (Red+Green+Blue) = 56+32+1=89 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.92% from 89); Green value is 32 (12.89% from 255 or 35.96% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 56 - color contains mainly: red. Hex color #382001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382001 is #C7DFFE. Grayscale: #232323. Windows color (decimal): -13099007 or 73784. OLE color: 73784.

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

Color convert

RGB56321-
CMYK00.430.980.78
HSL33.82º96.49%11.18%-
HSV(B)33.82º98.21%21.96%-
XYZ2.151.880.28-
YUV35.64108.45142.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 62.92%
GREEN value IS 32 (12.89% from 255) = 35.96%
BLUE value IS 1 (0.78% from 255) = 1.12%
R=62.92%
G=35.96%
B=1.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5632100.430.980.7833.8296.4911.18
Hex3820102B624E2260b
Octal704010531421164214013
Binary111000100000101010111100010100111010001011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382001; }

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

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

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

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

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

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

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

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