#38220C

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

Shades of Cocoa Brown #38220C

Tints of Cocoa Brown #38220C

Color information

#38220C (or 0x38220C) is unknown color: approx Cocoa Brown. HEX triplet: 38, 22 and 0C. RGB value is (56,34,12). Sum of RGB (Red+Green+Blue) = 56+34+12=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 34 (13.67% from 255 or 33.33% from 102); Blue value is 12 (5.08% from 255 or 11.76% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #38220C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38220C is #C7DDF3. Grayscale: #262626. Windows color (decimal): -13098484 or 795192. OLE color: 795192.

HSL color Cylindrical-coordinate representation of color #38220C: hue angle of 30º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38220C is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB563412-
CMYK00.390.790.78
HSL30º64.71%13.33%-
HSV(B)30º78.57%21.96%-
XYZ2.272.010.62-
YUV38.07113.29140.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.90%
GREEN value IS 34 (13.67% from 255) = 33.33%
BLUE value IS 12 (5.08% from 255) = 11.76%
R=54.90%
G=33.33%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56341200.390.790.783064.7113.33
Hex3822C0274F4E1e41d
Octal7042140471171163610115
Binary11100010001011000100111100111110011101111010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38220C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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