#382209

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

Shades of Cocoa Brown #382209

Tints of Cocoa Brown #382209

Color information

#382209 (or 0x382209) is unknown color: approx Cocoa Brown. HEX triplet: 38, 22 and 09. RGB value is (56,34,9). Sum of RGB (Red+Green+Blue) = 56+34+9=99 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56.57% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 9 (3.91% from 255 or 9.09% from 99); Max value from RGB is 56 - color contains mainly: red. Hex color #382209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382209 is #C7DDF6. Grayscale: #252525. Windows color (decimal): -13098487 or 598584. OLE color: 598584.

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

Color convert

RGB56349-
CMYK00.390.840.78
HSL31.91º72.31%12.75%-
HSV(B)31.91º83.93%21.96%-
XYZ2.2520.53-
YUV37.73111.79141.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 56.57%
GREEN value IS 34 (13.67% from 255) = 34.34%
BLUE value IS 9 (3.91% from 255) = 9.09%
R=56.57%
G=34.34%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5634900.390.840.7831.9172.3112.75
Hex38229027544E2048d
Octal7042110471241164011015
Binary111000100010100101001111010100100111010000010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382209; }

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

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

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

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

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

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

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

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