#38220A

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

Shades of Cocoa Brown #38220A

Tints of Cocoa Brown #38220A

Color information

#38220A (or 0x38220A) is unknown color: approx Cocoa Brown. HEX triplet: 38, 22 and 0A. RGB value is (56,34,10). Sum of RGB (Red+Green+Blue) = 56+34+10=100 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56% from 100); Green value is 34 (13.67% from 255 or 34% from 100); Blue value is 10 (4.30% from 255 or 10% from 100); Max value from RGB is 56 - color contains mainly: red. Hex color #38220A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38220A is #C7DDF5. Grayscale: #252525. Windows color (decimal): -13098486 or 664120. OLE color: 664120.

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

Color convert

RGB563410-
CMYK00.390.820.78
HSL31.3º69.7%12.94%-
HSV(B)31.3º82.14%21.96%-
XYZ2.262.010.56-
YUV37.84112.29140.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 56%
GREEN value IS 34 (13.67% from 255) = 34%
BLUE value IS 10 (4.30% from 255) = 10%
R=56%
G=34%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56341000.390.820.7831.369.712.94
Hex3822A027524E1f46d
Octal7042120471221163710615
Binary11100010001010100100111101001010011101111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38220A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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