#391F02

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

Shades of Cocoa Brown #391F02

Tints of Cocoa Brown #391F02

Color information

#391F02 (or 0x391F02) is unknown color: approx Cocoa Brown. HEX triplet: 39, 1F and 02. RGB value is (57,31,2). Sum of RGB (Red+Green+Blue) = 57+31+2=90 (11% of max value = 765). Red value is 57 (22.66% from 255 or 63.33% from 90); Green value is 31 (12.5% from 255 or 34.44% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 57 - color contains mainly: red. Hex color #391F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391F02 is #C6E0FD. Grayscale: #232323. Windows color (decimal): -13033726 or 139065. OLE color: 139065.

HSL color Cylindrical-coordinate representation of color #391F02: hue angle of 31.64º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #391F02 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB57312-
CMYK00.460.960.78
HSL31.64º93.22%11.57%-
HSV(B)31.64º96.49%22.35%-
XYZ2.191.850.3-
YUV35.47109.11143.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 63.33%
GREEN value IS 31 (12.5% from 255) = 34.44%
BLUE value IS 2 (1.17% from 255) = 2.22%
R=63.33%
G=34.44%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5731200.460.960.7831.6493.2211.57
Hex391F202E604E205dc
Octal713720561401164013514
Binary111001111111001011101100000100111010000010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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