#382306

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

Shades of Cocoa Brown #382306

Tints of Cocoa Brown #382306

Color information

#382306 (or 0x382306) is unknown color: approx Cocoa Brown. HEX triplet: 38, 23 and 06. RGB value is (56,35,6). Sum of RGB (Red+Green+Blue) = 56+35+6=97 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.73% from 97); Green value is 35 (14.06% from 255 or 36.08% from 97); Blue value is 6 (2.73% from 255 or 6.19% from 97); Max value from RGB is 56 - color contains mainly: red. Hex color #382306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382306 is #C7DCF9. Grayscale: #262626. Windows color (decimal): -13098234 or 402232. OLE color: 402232.

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

Color convert

RGB56356-
CMYK00.370.890.78
HSL34.8º80.65%12.16%-
HSV(B)34.8º89.29%21.96%-
XYZ2.262.060.45-
YUV37.97109.96140.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 57.73%
GREEN value IS 35 (14.06% from 255) = 36.08%
BLUE value IS 6 (2.73% from 255) = 6.19%
R=57.73%
G=36.08%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5635600.370.890.7834.880.6512.16
Hex38236025594E2351c
Octal704360451311164312114
Binary11100010001111001001011011001100111010001110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382306; }

 p { color: rgb(56,35,6); }

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

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

 a { background-color: rgb(56,35,6); }

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

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

 span { border-color: rgb(56,35,6); }

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