#382409

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

Shades of Cocoa Brown #382409

Tints of Cocoa Brown #382409

Color information

#382409 (or 0x382409) is unknown color: approx Cocoa Brown. HEX triplet: 38, 24 and 09. RGB value is (56,36,9). Sum of RGB (Red+Green+Blue) = 56+36+9=101 (13% of max value = 765). Red value is 56 (22.27% from 255 or 55.45% from 101); Green value is 36 (14.45% from 255 or 35.64% from 101); Blue value is 9 (3.91% from 255 or 8.91% from 101); Max value from RGB is 56 - color contains mainly: red. Hex color #382409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382409 is #C7DBF6. Grayscale: #272727. Windows color (decimal): -13097975 or 599096. OLE color: 599096.

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

Color convert

RGB56369-
CMYK00.360.840.78
HSL34.47º72.31%12.75%-
HSV(B)34.47º83.93%21.96%-
XYZ2.312.120.55-
YUV38.9111.13140.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 55.45%
GREEN value IS 36 (14.45% from 255) = 35.64%
BLUE value IS 9 (3.91% from 255) = 8.91%
R=55.45%
G=35.64%
B=8.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5636900.360.840.7834.4772.3112.75
Hex38249024544E2248d
Octal7044110441241164211015
Binary111000100100100101001001010100100111010001010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382409; }

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

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

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

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

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

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

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

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