#38261C

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

Shades of Cocoa Brown #38261C

Tints of Cocoa Brown #38261C

Color information

#38261C (or 0x38261C) is unknown color: approx Cocoa Brown. HEX triplet: 38, 26 and 1C. RGB value is (56,38,28). Sum of RGB (Red+Green+Blue) = 56+38+28=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 38 (15.23% from 255 or 31.15% from 122); Blue value is 28 (11.33% from 255 or 22.95% from 122); Max value from RGB is 56 - color contains mainly: red. Hex color #38261C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38261C is #C7D9E3. Grayscale: #2A2A2A. Windows color (decimal): -13097444 or 1844792. OLE color: 1844792.

HSL color Cylindrical-coordinate representation of color #38261C: hue angle of 21.43º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38261C is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB563828-
CMYK00.320.500.78
HSL21.43º33.33%16.47%-
HSV(B)21.43º50%21.96%-
XYZ2.532.311.41-
YUV42.24119.96137.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.90%
GREEN value IS 38 (15.23% from 255) = 31.15%
BLUE value IS 28 (11.33% from 255) = 22.95%
R=45.90%
G=31.15%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56382800.320.500.7821.4333.3316.47
Hex38261C020324E152110
Octal70463404062116254120
Binary11100010011011100010000011001010011101010110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38261C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,38,28); }

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

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

 a { background-color: rgb(56,38,28); }

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

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

 span { border-color: rgb(56,38,28); }

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