#381D02

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

Shades of Cocoa Brown #381D02

Tints of Cocoa Brown #381D02

Color information

#381D02 (or 0x381D02) is unknown color: approx Cocoa Brown. HEX triplet: 38, 1D and 02. RGB value is (56,29,2). Sum of RGB (Red+Green+Blue) = 56+29+2=87 (11% of max value = 765). Red value is 56 (22.27% from 255 or 64.37% from 87); Green value is 29 (11.72% from 255 or 33.33% from 87); Blue value is 2 (1.17% from 255 or 2.30% from 87); Max value from RGB is 56 - color contains mainly: red. Hex color #381D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381D02 is #C7E2FD. Grayscale: #222222. Windows color (decimal): -13099774 or 138552. OLE color: 138552.

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

Color convert

RGB56292-
CMYK00.480.960.78
HSL30º93.1%11.37%-
HSV(B)30º96.43%21.96%-
XYZ2.081.720.28-
YUV33.99109.95143.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 64.37%
GREEN value IS 29 (11.72% from 255) = 33.33%
BLUE value IS 2 (1.17% from 255) = 2.30%
R=64.37%
G=33.33%
B=2.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5629200.480.960.783093.111.37
Hex381D2030604E1e5db
Octal703520601401163613513
Binary11100011101100110000110000010011101111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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