#382507

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

Shades of Cocoa Brown #382507

Tints of Cocoa Brown #382507

Color information

#382507 (or 0x382507) is unknown color: approx Cocoa Brown. HEX triplet: 38, 25 and 07. RGB value is (56,37,7). Sum of RGB (Red+Green+Blue) = 56+37+7=100 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56% from 100); Green value is 37 (14.84% from 255 or 37% from 100); Blue value is 7 (3.12% from 255 or 7% from 100); Max value from RGB is 56 - color contains mainly: red. Hex color #382507 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382507 is #C7DAF8. Grayscale: #272727. Windows color (decimal): -13097721 or 468280. OLE color: 468280.

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

Color convert

RGB56377-
CMYK00.340.880.78
HSL36.73º77.78%12.35%-
HSV(B)36.73º87.5%21.96%-
XYZ2.332.180.5-
YUV39.26109.79139.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 56%
GREEN value IS 37 (14.84% from 255) = 37%
BLUE value IS 7 (3.12% from 255) = 7%
R=56%
G=37%
B=7%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.88
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5637700.340.880.7836.7377.7812.35
Hex38257022584E254ec
Octal704570421301164511614
Binary11100010010111101000101011000100111010010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382507; }

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

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

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

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

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

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

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

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