#38271C

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

Shades of Cocoa Brown #38271C

Tints of Cocoa Brown #38271C

Color information

#38271C (or 0x38271C) is unknown color: approx Cocoa Brown. HEX triplet: 38, 27 and 1C. RGB value is (56,39,28). Sum of RGB (Red+Green+Blue) = 56+39+28=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 39 (15.62% from 255 or 31.71% from 123); Blue value is 28 (11.33% from 255 or 22.76% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #38271C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38271C is #C7D8E3. Grayscale: #2A2A2A. Windows color (decimal): -13097188 or 1845048. OLE color: 1845048.

HSL color Cylindrical-coordinate representation of color #38271C: hue angle of 23.57º 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 #38271C is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB563928-
CMYK00.300.500.78
HSL23.57º33.33%16.47%-
HSV(B)23.57º50%21.96%-
XYZ2.572.381.42-
YUV42.83119.63137.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.53%
GREEN value IS 39 (15.62% from 255) = 31.71%
BLUE value IS 28 (11.33% from 255) = 22.76%
R=45.53%
G=31.71%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56392800.300.500.7823.5733.3316.47
Hex38271C01E324E182110
Octal70473403662116304120
Binary1110001001111110001111011001010011101100010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38271C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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