#38260A

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

Shades of Cocoa Brown #38260A

Tints of Cocoa Brown #38260A

Color information

#38260A (or 0x38260A) is unknown color: approx Cocoa Brown. HEX triplet: 38, 26 and 0A. RGB value is (56,38,10). Sum of RGB (Red+Green+Blue) = 56+38+10=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 38 (15.23% from 255 or 36.54% from 104); Blue value is 10 (4.30% from 255 or 9.62% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #38260A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38260A is #C7D9F5. Grayscale: #282828. Windows color (decimal): -13097462 or 665144. OLE color: 665144.

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

Color convert

RGB563810-
CMYK00.320.820.78
HSL36.52º69.7%12.94%-
HSV(B)36.52º82.14%21.96%-
XYZ2.382.250.6-
YUV40.19110.96139.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 53.85%
GREEN value IS 38 (15.23% from 255) = 36.54%
BLUE value IS 10 (4.30% from 255) = 9.62%
R=53.85%
G=36.54%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56381000.320.820.7836.5269.712.94
Hex3826A020524E2546d
Octal7046120401221164510615
Binary111000100110101001000001010010100111010010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38260A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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