#38261A

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

Shades of Cocoa Brown #38261A

Tints of Cocoa Brown #38261A

Color information

#38261A (or 0x38261A) is unknown color: approx Cocoa Brown. HEX triplet: 38, 26 and 1A. RGB value is (56,38,26). Sum of RGB (Red+Green+Blue) = 56+38+26=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 38 (15.23% from 255 or 31.67% from 120); Blue value is 26 (10.55% from 255 or 21.67% from 120); Max value from RGB is 56 - color contains mainly: red. Hex color #38261A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38261A is #C7D9E5. Grayscale: #2A2A2A. Windows color (decimal): -13097446 or 1713720. OLE color: 1713720.

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

Color convert

RGB563826-
CMYK00.320.540.78
HSL24º36.59%16.08%-
HSV(B)24º53.57%21.96%-
XYZ2.512.31.29-
YUV42.01118.96137.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 46.67%
GREEN value IS 38 (15.23% from 255) = 31.67%
BLUE value IS 26 (10.55% from 255) = 21.67%
R=46.67%
G=31.67%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56382600.320.540.782436.5916.08
Hex38261A020364E182510
Octal70463204066116304520
Binary11100010011011010010000011011010011101100010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38261A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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