#38271D

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

Shades of Cocoa Brown #38271D

Tints of Cocoa Brown #38271D

Color information

#38271D (or 0x38271D) is unknown color: approx Cocoa Brown. HEX triplet: 38, 27 and 1D. RGB value is (56,39,29). Sum of RGB (Red+Green+Blue) = 56+39+29=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 39 (15.62% from 255 or 31.45% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 56 - color contains mainly: red. Hex color #38271D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38271D is #C7D8E2. Grayscale: #2B2B2B. Windows color (decimal): -13097187 or 1910584. OLE color: 1910584.

HSL color Cylindrical-coordinate representation of color #38271D: hue angle of 22.22º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #38271D is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.78.

Color convert

RGB563929-
CMYK00.300.480.78
HSL22.22º31.76%16.67%-
HSV(B)22.22º48.21%21.96%-
XYZ2.582.381.49-
YUV42.94120.13137.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.16%
GREEN value IS 39 (15.62% from 255) = 31.45%
BLUE value IS 29 (11.72% from 255) = 23.39%
R=45.16%
G=31.45%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56392900.300.480.7822.2231.7616.67
Hex38271D01E304E162011
Octal70473503660116264021
Binary1110001001111110101111011000010011101011010000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38271D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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