#381D03

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

Shades of Cocoa Brown #381D03

Tints of Cocoa Brown #381D03

Color information

#381D03 (or 0x381D03) is unknown color: approx Cocoa Brown. HEX triplet: 38, 1D and 03. RGB value is (56,29,3). Sum of RGB (Red+Green+Blue) = 56+29+3=88 (11% of max value = 765). Red value is 56 (22.27% from 255 or 63.64% from 88); Green value is 29 (11.72% from 255 or 32.95% from 88); Blue value is 3 (1.56% from 255 or 3.41% from 88); Max value from RGB is 56 - color contains mainly: red. Hex color #381D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381D03 is #C7E2FC. Grayscale: #222222. Windows color (decimal): -13099773 or 204088. OLE color: 204088.

HSL color Cylindrical-coordinate representation of color #381D03: hue angle of 29.43º 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 #381D03 is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.78.

Color convert

RGB56293-
CMYK00.480.950.78
HSL29.43º89.83%11.57%-
HSV(B)29.43º94.64%21.96%-
XYZ2.091.730.31-
YUV34.11110.45143.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 63.64%
GREEN value IS 29 (11.72% from 255) = 32.95%
BLUE value IS 3 (1.56% from 255) = 3.41%
R=63.64%
G=32.95%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5629300.480.950.7829.4389.8311.57
Hex381D30305F4E1d5ac
Octal703530601371163513214
Binary11100011101110110000101111110011101110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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