#381D01

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

Shades of Cocoa Brown #381D01

Tints of Cocoa Brown #381D01

Color information

#381D01 (or 0x381D01) is unknown color: approx Cocoa Brown. HEX triplet: 38, 1D and 01. RGB value is (56,29,1). Sum of RGB (Red+Green+Blue) = 56+29+1=86 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.12% from 86); Green value is 29 (11.72% from 255 or 33.72% from 86); Blue value is 1 (0.78% from 255 or 1.16% from 86); Max value from RGB is 56 - color contains mainly: red. Hex color #381D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381D01 is #C7E2FE. Grayscale: #222222. Windows color (decimal): -13099775 or 73016. OLE color: 73016.

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

Color convert

RGB56291-
CMYK00.480.980.78
HSL30.55º96.49%11.18%-
HSV(B)30.55º98.21%21.96%-
XYZ2.081.720.25-
YUV33.88109.45143.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 65.12%
GREEN value IS 29 (11.72% from 255) = 33.72%
BLUE value IS 1 (0.78% from 255) = 1.16%
R=65.12%
G=33.72%
B=1.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5629100.480.980.7830.5596.4911.18
Hex381D1030624E1f60b
Octal703510601421163714013
Binary1110001110110110000110001010011101111111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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