#38260F

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

Shades of Cocoa Brown #38260F

Tints of Cocoa Brown #38260F

Color information

#38260F (or 0x38260F) is unknown color: approx Cocoa Brown. HEX triplet: 38, 26 and 0F. RGB value is (56,38,15). Sum of RGB (Red+Green+Blue) = 56+38+15=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 38 (15.23% from 255 or 34.86% from 109); Blue value is 15 (6.25% from 255 or 13.76% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #38260F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38260F is #C7D9F0. Grayscale: #282828. Windows color (decimal): -13097457 or 992824. OLE color: 992824.

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

Color convert

RGB563815-
CMYK00.320.730.78
HSL33.66º57.75%13.92%-
HSV(B)33.66º73.21%21.96%-
XYZ2.412.260.76-
YUV40.76113.46138.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 51.38%
GREEN value IS 38 (15.23% from 255) = 34.86%
BLUE value IS 15 (6.25% from 255) = 13.76%
R=51.38%
G=34.86%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56381500.320.730.7833.6657.7513.92
Hex3826F020494E223ae
Octal704617040111116427216
Binary11100010011011110100000100100110011101000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38260F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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