#382103

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

Shades of Cocoa Brown #382103

Tints of Cocoa Brown #382103

Color information

#382103 (or 0x382103) is unknown color: approx Cocoa Brown. HEX triplet: 38, 21 and 03. RGB value is (56,33,3). Sum of RGB (Red+Green+Blue) = 56+33+3=92 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.87% from 92); Green value is 33 (13.28% from 255 or 35.87% from 92); Blue value is 3 (1.56% from 255 or 3.26% from 92); Max value from RGB is 56 - color contains mainly: red. Hex color #382103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382103 is #C7DEFC. Grayscale: #242424. Windows color (decimal): -13098749 or 205112. OLE color: 205112.

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

Color convert

RGB56333-
CMYK00.410.950.78
HSL33.96º89.83%11.57%-
HSV(B)33.96º94.64%21.96%-
XYZ2.191.940.34-
YUV36.46109.12141.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 60.87%
GREEN value IS 33 (13.28% from 255) = 35.87%
BLUE value IS 3 (1.56% from 255) = 3.26%
R=60.87%
G=35.87%
B=3.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5633300.410.950.7833.9689.8311.57
Hex382130295F4E225ac
Octal704130511371164213214
Binary1110001000011101010011011111100111010001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382103; }

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

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

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

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

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

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

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

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