#38200C

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

Shades of Cocoa Brown #38200C

Tints of Cocoa Brown #38200C

Color information

#38200C (or 0x38200C) is unknown color: approx Cocoa Brown. HEX triplet: 38, 20 and 0C. RGB value is (56,32,12). Sum of RGB (Red+Green+Blue) = 56+32+12=100 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56% from 100); Green value is 32 (12.89% from 255 or 32% from 100); Blue value is 12 (5.08% from 255 or 12% from 100); Max value from RGB is 56 - color contains mainly: red. Hex color #38200C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38200C is #C7DFF3. Grayscale: #252525. Windows color (decimal): -13098996 or 794680. OLE color: 794680.

HSL color Cylindrical-coordinate representation of color #38200C: hue angle of 27.27º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38200C is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB563212-
CMYK00.430.790.78
HSL27.27º64.71%13.33%-
HSV(B)27.27º78.57%21.96%-
XYZ2.211.90.6-
YUV36.9113.95141.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 56%
GREEN value IS 32 (12.89% from 255) = 32%
BLUE value IS 12 (5.08% from 255) = 12%
R=56%
G=32%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56321200.430.790.7827.2764.7113.33
Hex3820C02B4F4E1b41d
Octal7040140531171163310115
Binary11100010000011000101011100111110011101101110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38200C; }

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

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

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

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

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

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

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

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