#38210E

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

Shades of Cocoa Brown #38210E

Tints of Cocoa Brown #38210E

Color information

#38210E (or 0x38210E) is unknown color: approx Cocoa Brown. HEX triplet: 38, 21 and 0E. RGB value is (56,33,14). Sum of RGB (Red+Green+Blue) = 56+33+14=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 33 (13.28% from 255 or 32.04% from 103); Blue value is 14 (5.86% from 255 or 13.59% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #38210E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38210E is #C7DEF1. Grayscale: #252525. Windows color (decimal): -13098738 or 926008. OLE color: 926008.

HSL color Cylindrical-coordinate representation of color #38210E: hue angle of 27.14º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38210E is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB563314-
CMYK00.410.750.78
HSL27.14º60%13.73%-
HSV(B)27.14º75%21.96%-
XYZ2.251.960.68-
YUV37.71114.62141.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.37%
GREEN value IS 33 (13.28% from 255) = 32.04%
BLUE value IS 14 (5.86% from 255) = 13.59%
R=54.37%
G=32.04%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56331400.410.750.7827.146013.73
Hex3821E0294B4E1b3ce
Octal704116051113116337416
Binary1110001000011110010100110010111001110110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38210E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38210E; }

 p { color: rgb(56,33,14); }

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

<style>
 a { background-color: #38210E; }

 a { background-color: rgb(56,33,14); }

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

<style>
 span { border-color: #38210E; }

 span { border-color: rgb(56,33,14); }

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