#382200

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

Shades of Cocoa Brown #382200

Tints of Cocoa Brown #382200

Color information

#382200 (or 0x382200) is unknown color: approx Cocoa Brown. HEX triplet: 38, 22 and 00. RGB value is (56,34,0). Sum of RGB (Red+Green+Blue) = 56+34+0=90 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.22% from 90); Green value is 34 (13.67% from 255 or 37.78% from 90); Blue value is 0 (0.39% from 255 or 0% from 90); Max value from RGB is 56 - color contains mainly: red. Hex color #382200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382200 is #C7DDFF. Grayscale: #242424. Windows color (decimal): -13098496 or 8760. OLE color: 8760.

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

Color convert

RGB56340-
CMYK00.3910.78
HSL36.43º100%10.98%-
HSV(B)36.43º100%21.96%-
XYZ2.21.980.27-
YUV36.7107.29141.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 62.22%
GREEN value IS 34 (13.67% from 255) = 37.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.22%
G=37.78%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5634000.3910.7836.4310010.98
Hex38220027644E2464b
Octal704200471441164414413
Binary111000100010001001111100100100111010010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382200; }

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

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

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

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

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

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

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

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