#38220E

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

Shades of Cocoa Brown #38220E

Tints of Cocoa Brown #38220E

Color information

#38220E (or 0x38220E) is unknown color: approx Cocoa Brown. HEX triplet: 38, 22 and 0E. RGB value is (56,34,14). Sum of RGB (Red+Green+Blue) = 56+34+14=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 34 (13.67% from 255 or 32.69% from 104); Blue value is 14 (5.86% from 255 or 13.46% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #38220E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38220E is #C7DDF1. Grayscale: #262626. Windows color (decimal): -13098482 or 926264. OLE color: 926264.

HSL color Cylindrical-coordinate representation of color #38220E: hue angle of 28.57º 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 #38220E is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB563414-
CMYK00.390.750.78
HSL28.57º60%13.73%-
HSV(B)28.57º75%21.96%-
XYZ2.282.020.68-
YUV38.3114.29140.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 53.85%
GREEN value IS 34 (13.67% from 255) = 32.69%
BLUE value IS 14 (5.86% from 255) = 13.46%
R=53.85%
G=32.69%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56341400.390.750.7828.576013.73
Hex3822E0274B4E1d3ce
Octal704216047113116357416
Binary1110001000101110010011110010111001110111011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38220E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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