#382003

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

Shades of Cocoa Brown #382003

Tints of Cocoa Brown #382003

Color information

#382003 (or 0x382003) is unknown color: approx Cocoa Brown. HEX triplet: 38, 20 and 03. RGB value is (56,32,3). Sum of RGB (Red+Green+Blue) = 56+32+3=91 (12% of max value = 765). Red value is 56 (22.27% from 255 or 61.54% from 91); Green value is 32 (12.89% from 255 or 35.16% from 91); Blue value is 3 (1.56% from 255 or 3.30% from 91); Max value from RGB is 56 - color contains mainly: red. Hex color #382003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382003 is #C7DFFC. Grayscale: #242424. Windows color (decimal): -13099005 or 204856. OLE color: 204856.

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

Color convert

RGB56323-
CMYK00.430.950.78
HSL32.83º89.83%11.57%-
HSV(B)32.83º94.64%21.96%-
XYZ2.161.880.34-
YUV35.87109.45142.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 61.54%
GREEN value IS 32 (12.89% from 255) = 35.16%
BLUE value IS 3 (1.56% from 255) = 3.30%
R=61.54%
G=35.16%
B=3.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5632300.430.950.7832.8389.8311.57
Hex3820302B5F4E215ac
Octal704030531371164113214
Binary1110001000001101010111011111100111010000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382003; }

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

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

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

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

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

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

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

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