#382201

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

Shades of Cocoa Brown #382201

Tints of Cocoa Brown #382201

Color information

#382201 (or 0x382201) is unknown color: approx Cocoa Brown. HEX triplet: 38, 22 and 01. RGB value is (56,34,1). Sum of RGB (Red+Green+Blue) = 56+34+1=91 (12% of max value = 765). Red value is 56 (22.27% from 255 or 61.54% from 91); Green value is 34 (13.67% from 255 or 37.36% from 91); Blue value is 1 (0.78% from 255 or 1.10% from 91); Max value from RGB is 56 - color contains mainly: red. Hex color #382201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382201 is #C7DDFE. Grayscale: #242424. Windows color (decimal): -13098495 or 74296. OLE color: 74296.

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

Color convert

RGB56341-
CMYK00.390.980.78
HSL36º96.49%11.18%-
HSV(B)36º98.21%21.96%-
XYZ2.211.990.3-
YUV36.82107.79141.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 61.54%
GREEN value IS 34 (13.67% from 255) = 37.36%
BLUE value IS 1 (0.78% from 255) = 1.10%
R=61.54%
G=37.36%
B=1.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5634100.390.980.783696.4911.18
Hex38221027624E2460b
Octal704210471421164414013
Binary111000100010101001111100010100111010010011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382201; }

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

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

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

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

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

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

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

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