#382402

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

Shades of Cocoa Brown #382402

Tints of Cocoa Brown #382402

Color information

#382402 (or 0x382402) is unknown color: approx Cocoa Brown. HEX triplet: 38, 24 and 02. RGB value is (56,36,2). Sum of RGB (Red+Green+Blue) = 56+36+2=94 (12% of max value = 765). Red value is 56 (22.27% from 255 or 59.57% from 94); Green value is 36 (14.45% from 255 or 38.30% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 56 - color contains mainly: red. Hex color #382402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382402 is #C7DBFD. Grayscale: #262626. Windows color (decimal): -13097982 or 140344. OLE color: 140344.

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

Color convert

RGB56362-
CMYK00.360.960.78
HSL37.78º93.1%11.37%-
HSV(B)37.78º96.43%21.96%-
XYZ2.272.110.34-
YUV38.1107.63140.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 59.57%
GREEN value IS 36 (14.45% from 255) = 38.30%
BLUE value IS 2 (1.17% from 255) = 2.13%
R=59.57%
G=38.30%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5636200.360.960.7837.7893.111.37
Hex38242024604E265db
Octal704420441401164613513
Binary1110001001001001001001100000100111010011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382402; }

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

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

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

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

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

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

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

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