#381B01

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

Shades of Cocoa Brown #381B01

Tints of Cocoa Brown #381B01

Color information

#381B01 (or 0x381B01) is unknown color: approx Cocoa Brown. HEX triplet: 38, 1B and 01. RGB value is (56,27,1). Sum of RGB (Red+Green+Blue) = 56+27+1=84 (11% of max value = 765). Red value is 56 (22.27% from 255 or 66.67% from 84); Green value is 27 (10.94% from 255 or 32.14% from 84); Blue value is 1 (0.78% from 255 or 1.19% from 84); Max value from RGB is 56 - color contains mainly: red. Hex color #381B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381B01 is #C7E4FE. Grayscale: #202020. Windows color (decimal): -13100287 or 72504. OLE color: 72504.

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

Color convert

RGB56271-
CMYK00.520.980.78
HSL28.36º96.49%11.18%-
HSV(B)28.36º98.21%21.96%-
XYZ2.031.630.24-
YUV32.71110.11144.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 66.67%
GREEN value IS 27 (10.94% from 255) = 32.14%
BLUE value IS 1 (0.78% from 255) = 1.19%
R=66.67%
G=32.14%
B=1.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5627100.520.980.7828.3696.4911.18
Hex381B1034624E1c60b
Octal703310641421163414013
Binary1110001101110110100110001010011101110011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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