#382007

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

Shades of Cocoa Brown #382007

Tints of Cocoa Brown #382007

Color information

#382007 (or 0x382007) is unknown color: approx Cocoa Brown. HEX triplet: 38, 20 and 07. RGB value is (56,32,7). Sum of RGB (Red+Green+Blue) = 56+32+7=95 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.95% from 95); Green value is 32 (12.89% from 255 or 33.68% from 95); Blue value is 7 (3.12% from 255 or 7.37% from 95); Max value from RGB is 56 - color contains mainly: red. Hex color #382007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382007 is #C7DFF8. Grayscale: #242424. Windows color (decimal): -13099001 or 467000. OLE color: 467000.

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

Color convert

RGB56327-
CMYK00.430.880.78
HSL30.61º77.78%12.35%-
HSV(B)30.61º87.5%21.96%-
XYZ2.191.890.45-
YUV36.33111.45142.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 58.95%
GREEN value IS 32 (12.89% from 255) = 33.68%
BLUE value IS 7 (3.12% from 255) = 7.37%
R=58.95%
G=33.68%
B=7.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.88
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5632700.430.880.7830.6177.7812.35
Hex3820702B584E1f4ec
Octal704070531301163711614
Binary1110001000001110101011101100010011101111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382007; }

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

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

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

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

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

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

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

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