#382104

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

Shades of Cocoa Brown #382104

Tints of Cocoa Brown #382104

Color information

#382104 (or 0x382104) is unknown color: approx Cocoa Brown. HEX triplet: 38, 21 and 04. RGB value is (56,33,4). Sum of RGB (Red+Green+Blue) = 56+33+4=93 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.22% from 93); Green value is 33 (13.28% from 255 or 35.48% from 93); Blue value is 4 (1.95% from 255 or 4.30% from 93); Max value from RGB is 56 - color contains mainly: red. Hex color #382104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382104 is #C7DEFB. Grayscale: #242424. Windows color (decimal): -13098748 or 270648. OLE color: 270648.

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

Color convert

RGB56334-
CMYK00.410.930.78
HSL33.46º86.67%11.76%-
HSV(B)33.46º92.86%21.96%-
XYZ2.21.940.37-
YUV36.57109.62141.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 60.22%
GREEN value IS 33 (13.28% from 255) = 35.48%
BLUE value IS 4 (1.95% from 255) = 4.30%
R=60.22%
G=35.48%
B=4.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5633400.410.930.7833.4686.6711.76
Hex382140295D4E2157c
Octal704140511351164112714
Binary11100010000110001010011011101100111010000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382104; }

 p { color: rgb(56,33,4); }

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

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

 a { background-color: rgb(56,33,4); }

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

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

 span { border-color: rgb(56,33,4); }

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