#382400

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

Shades of Cocoa Brown #382400

Tints of Cocoa Brown #382400

Color information

#382400 (or 0x382400) is unknown color: approx Cocoa Brown. HEX triplet: 38, 24 and 00. RGB value is (56,36,0). Sum of RGB (Red+Green+Blue) = 56+36+0=92 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.87% from 92); Green value is 36 (14.45% from 255 or 39.13% from 92); Blue value is 0 (0.39% from 255 or 0% from 92); Max value from RGB is 56 - color contains mainly: red. Hex color #382400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382400 is #C7DBFF. Grayscale: #262626. Windows color (decimal): -13097984 or 9272. OLE color: 9272.

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

Color convert

RGB56360-
CMYK00.3610.78
HSL38.57º100%10.98%-
HSV(B)38.57º100%21.96%-
XYZ2.262.10.29-
YUV37.88106.63140.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 60.87%
GREEN value IS 36 (14.45% from 255) = 39.13%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.87%
G=39.13%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5636000.3610.7838.5710010.98
Hex38240024644E2764b
Octal704400441441164714413
Binary111000100100001001001100100100111010011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382400; }

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

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

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

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

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

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

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

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