#381C02

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

Shades of Cocoa Brown #381C02

Tints of Cocoa Brown #381C02

Color information

#381C02 (or 0x381C02) is unknown color: approx Cocoa Brown. HEX triplet: 38, 1C and 02. RGB value is (56,28,2). Sum of RGB (Red+Green+Blue) = 56+28+2=86 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.12% from 86); Green value is 28 (11.33% from 255 or 32.56% from 86); Blue value is 2 (1.17% from 255 or 2.33% from 86); Max value from RGB is 56 - color contains mainly: red. Hex color #381C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381C02 is #C7E3FD. Grayscale: #212121. Windows color (decimal): -13100030 or 138296. OLE color: 138296.

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

Color convert

RGB56282-
CMYK00.500.960.78
HSL28.89º93.1%11.37%-
HSV(B)28.89º96.43%21.96%-
XYZ2.061.680.27-
YUV33.41110.28144.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 65.12%
GREEN value IS 28 (11.33% from 255) = 32.56%
BLUE value IS 2 (1.17% from 255) = 2.33%
R=65.12%
G=32.56%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5628200.500.960.7828.8993.111.37
Hex381C2032604E1d5db
Octal703420621401163513513
Binary11100011100100110010110000010011101110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381C02; }

 p { color: rgb(56,28,2); }

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

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

 a { background-color: rgb(56,28,2); }

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

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

 span { border-color: rgb(56,28,2); }

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