#381D05

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

Shades of Cocoa Brown #381D05

Tints of Cocoa Brown #381D05

Color information

#381D05 (or 0x381D05) is unknown color: approx Cocoa Brown. HEX triplet: 38, 1D and 05. RGB value is (56,29,5). Sum of RGB (Red+Green+Blue) = 56+29+5=90 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.22% from 90); Green value is 29 (11.72% from 255 or 32.22% from 90); Blue value is 5 (2.34% from 255 or 5.56% from 90); Max value from RGB is 56 - color contains mainly: red. Hex color #381D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381D05 is #C7E2FA. Grayscale: #222222. Windows color (decimal): -13099771 or 335160. OLE color: 335160.

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

Color convert

RGB56295-
CMYK00.480.910.78
HSL28.24º83.61%11.96%-
HSV(B)28.24º91.07%21.96%-
XYZ2.11.730.37-
YUV34.34111.45143.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 62.22%
GREEN value IS 29 (11.72% from 255) = 32.22%
BLUE value IS 5 (2.34% from 255) = 5.56%
R=62.22%
G=32.22%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5629500.480.910.7828.2483.6111.96
Hex381D50305B4E1c54c
Octal703550601331163412414
Binary111000111011010110000101101110011101110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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