#382509

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

Shades of Cocoa Brown #382509

Tints of Cocoa Brown #382509

Color information

#382509 (or 0x382509) is unknown color: approx Cocoa Brown. HEX triplet: 38, 25 and 09. RGB value is (56,37,9). Sum of RGB (Red+Green+Blue) = 56+37+9=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 37 (14.84% from 255 or 36.27% from 102); Blue value is 9 (3.91% from 255 or 8.82% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #382509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382509 is #C7DAF6. Grayscale: #272727. Windows color (decimal): -13097719 or 599352. OLE color: 599352.

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

Color convert

RGB56379-
CMYK00.340.840.78
HSL35.74º72.31%12.75%-
HSV(B)35.74º83.93%21.96%-
XYZ2.342.180.56-
YUV39.49110.79139.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.90%
GREEN value IS 37 (14.84% from 255) = 36.27%
BLUE value IS 9 (3.91% from 255) = 8.82%
R=54.90%
G=36.27%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5637900.340.840.7835.7472.3112.75
Hex38259022544E2448d
Octal7045110421241164411015
Binary111000100101100101000101010100100111010010010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382509; }

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

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

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

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

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

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

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

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