#38261B

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

Shades of Cocoa Brown #38261B

Tints of Cocoa Brown #38261B

Color information

#38261B (or 0x38261B) is unknown color: approx Cocoa Brown. HEX triplet: 38, 26 and 1B. RGB value is (56,38,27). Sum of RGB (Red+Green+Blue) = 56+38+27=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 38 (15.23% from 255 or 31.40% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 56 - color contains mainly: red. Hex color #38261B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38261B is #C7D9E4. Grayscale: #2A2A2A. Windows color (decimal): -13097445 or 1779256. OLE color: 1779256.

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

Color convert

RGB563827-
CMYK00.320.520.78
HSL22.76º34.94%16.27%-
HSV(B)22.76º51.79%21.96%-
XYZ2.522.311.35-
YUV42.13119.46137.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 46.28%
GREEN value IS 38 (15.23% from 255) = 31.40%
BLUE value IS 27 (10.94% from 255) = 22.31%
R=46.28%
G=31.40%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56382700.320.520.7822.7634.9416.27
Hex38261B020344E172310
Octal70463304064116274320
Binary11100010011011011010000011010010011101011110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38261B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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