#382002

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

Shades of Cocoa Brown #382002

Tints of Cocoa Brown #382002

Color information

#382002 (or 0x382002) is unknown color: approx Cocoa Brown. HEX triplet: 38, 20 and 02. RGB value is (56,32,2). Sum of RGB (Red+Green+Blue) = 56+32+2=90 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.22% from 90); Green value is 32 (12.89% from 255 or 35.56% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 56 - color contains mainly: red. Hex color #382002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382002 is #C7DFFD. Grayscale: #232323. Windows color (decimal): -13099006 or 139320. OLE color: 139320.

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

Color convert

RGB56322-
CMYK00.430.960.78
HSL33.33º93.1%11.37%-
HSV(B)33.33º96.43%21.96%-
XYZ2.161.880.31-
YUV35.76108.95142.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 62.22%
GREEN value IS 32 (12.89% from 255) = 35.56%
BLUE value IS 2 (1.17% from 255) = 2.22%
R=62.22%
G=35.56%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5632200.430.960.7833.3393.111.37
Hex3820202B604E215db
Octal704020531401164113513
Binary1110001000001001010111100000100111010000110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382002; }

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

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

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

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

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

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

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

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