#382205

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

Shades of Cocoa Brown #382205

Tints of Cocoa Brown #382205

Color information

#382205 (or 0x382205) is unknown color: approx Cocoa Brown. HEX triplet: 38, 22 and 05. RGB value is (56,34,5). Sum of RGB (Red+Green+Blue) = 56+34+5=95 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.95% from 95); Green value is 34 (13.67% from 255 or 35.79% from 95); Blue value is 5 (2.34% from 255 or 5.26% from 95); Max value from RGB is 56 - color contains mainly: red. Hex color #382205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382205 is #C7DDFA. Grayscale: #252525. Windows color (decimal): -13098491 or 336440. OLE color: 336440.

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

Color convert

RGB56345-
CMYK00.390.910.78
HSL34.12º83.61%11.96%-
HSV(B)34.12º91.07%21.96%-
XYZ2.2320.41-
YUV37.27109.79141.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 58.95%
GREEN value IS 34 (13.67% from 255) = 35.79%
BLUE value IS 5 (2.34% from 255) = 5.26%
R=58.95%
G=35.79%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5634500.390.910.7834.1283.6111.96
Hex382250275B4E2254c
Octal704250471331164212414
Binary11100010001010101001111011011100111010001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382205; }

 p { color: rgb(56,34,5); }

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

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

 a { background-color: rgb(56,34,5); }

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

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

 span { border-color: rgb(56,34,5); }

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