#382214

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

Shades of Cocoa Brown #382214

Tints of Cocoa Brown #382214

Color information

#382214 (or 0x382214) is unknown color: approx Cocoa Brown. HEX triplet: 38, 22 and 14. RGB value is (56,34,20). Sum of RGB (Red+Green+Blue) = 56+34+20=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 34 (13.67% from 255 or 30.91% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #382214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382214 is #C7DDEB. Grayscale: #272727. Windows color (decimal): -13098476 or 1319480. OLE color: 1319480.

HSL color Cylindrical-coordinate representation of color #382214: hue angle of 23.33º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #382214 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB563420-
CMYK00.390.640.78
HSL23.33º47.37%14.9%-
HSV(B)23.33º64.29%21.96%-
XYZ2.332.040.93-
YUV38.98117.29140.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.91%
GREEN value IS 34 (13.67% from 255) = 30.91%
BLUE value IS 20 (8.20% from 255) = 18.18%
R=50.91%
G=30.91%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56342000.390.640.7823.3347.3714.9
Hex382214027404E172ff
Octal704224047100116275717
Binary11100010001010100010011110000001001110101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382214; }

 p { color: rgb(56,34,20); }

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

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

 a { background-color: rgb(56,34,20); }

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

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

 span { border-color: rgb(56,34,20); }

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