#382302

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

Shades of Cocoa Brown #382302

Tints of Cocoa Brown #382302

Color information

#382302 (or 0x382302) is unknown color: approx Cocoa Brown. HEX triplet: 38, 23 and 02. RGB value is (56,35,2). Sum of RGB (Red+Green+Blue) = 56+35+2=93 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.22% from 93); Green value is 35 (14.06% from 255 or 37.63% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 56 - color contains mainly: red. Hex color #382302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382302 is #C7DCFD. Grayscale: #252525. Windows color (decimal): -13098238 or 140088. OLE color: 140088.

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

Color convert

RGB56352-
CMYK00.370.960.78
HSL36.67º93.1%11.37%-
HSV(B)36.67º96.43%21.96%-
XYZ2.242.050.33-
YUV37.52107.96141.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 60.22%
GREEN value IS 35 (14.06% from 255) = 37.63%
BLUE value IS 2 (1.17% from 255) = 2.15%
R=60.22%
G=37.63%
B=2.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5635200.370.960.7836.6793.111.37
Hex38232025604E255db
Octal704320451401164513513
Binary1110001000111001001011100000100111010010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382302; }

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

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

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

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

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

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

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

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