#381F02

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

Shades of Cocoa Brown #381F02

Tints of Cocoa Brown #381F02

Color information

#381F02 (or 0x381F02) is unknown color: approx Cocoa Brown. HEX triplet: 38, 1F and 02. RGB value is (56,31,2). Sum of RGB (Red+Green+Blue) = 56+31+2=89 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.92% from 89); Green value is 31 (12.5% from 255 or 34.83% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 56 - color contains mainly: red. Hex color #381F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381F02 is #C7E0FD. Grayscale: #232323. Windows color (decimal): -13099262 or 139064. OLE color: 139064.

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

Color convert

RGB56312-
CMYK00.450.960.78
HSL32.22º93.1%11.37%-
HSV(B)32.22º96.43%21.96%-
XYZ2.131.830.3-
YUV35.17109.28142.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 62.92%
GREEN value IS 31 (12.5% from 255) = 34.83%
BLUE value IS 2 (1.17% from 255) = 2.25%
R=62.92%
G=34.83%
B=2.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5631200.450.960.7832.2293.111.37
Hex381F202D604E205db
Octal703720551401164013513
Binary111000111111001011011100000100111010000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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