#381E03

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

Shades of Cocoa Brown #381E03

Tints of Cocoa Brown #381E03

Color information

#381E03 (or 0x381E03) is unknown color: approx Cocoa Brown. HEX triplet: 38, 1E and 03. RGB value is (56,30,3). Sum of RGB (Red+Green+Blue) = 56+30+3=89 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.92% from 89); Green value is 30 (12.11% from 255 or 33.71% from 89); Blue value is 3 (1.56% from 255 or 3.37% from 89); Max value from RGB is 56 - color contains mainly: red. Hex color #381E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381E03 is #C7E1FC. Grayscale: #222222. Windows color (decimal): -13099517 or 204344. OLE color: 204344.

HSL color Cylindrical-coordinate representation of color #381E03: hue angle of 30.57º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #381E03 is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.78.

Color convert

RGB56303-
CMYK00.460.950.78
HSL30.57º89.83%11.57%-
HSV(B)30.57º94.64%21.96%-
XYZ2.111.780.32-
YUV34.7110.11143.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 62.92%
GREEN value IS 30 (12.11% from 255) = 33.71%
BLUE value IS 3 (1.56% from 255) = 3.37%
R=62.92%
G=33.71%
B=3.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5630300.460.950.7830.5789.8311.57
Hex381E302E5F4E1f5ac
Octal703630561371163713214
Binary11100011110110101110101111110011101111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,30,3); }

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

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

 a { background-color: rgb(56,30,3); }

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

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

 span { border-color: rgb(56,30,3); }

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