#38240A

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

Shades of Cocoa Brown #38240A

Tints of Cocoa Brown #38240A

Color information

#38240A (or 0x38240A) is unknown color: approx Cocoa Brown. HEX triplet: 38, 24 and 0A. RGB value is (56,36,10). Sum of RGB (Red+Green+Blue) = 56+36+10=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 36 (14.45% from 255 or 35.29% from 102); Blue value is 10 (4.30% from 255 or 9.80% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #38240A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38240A is #C7DBF5. Grayscale: #272727. Windows color (decimal): -13097974 or 664632. OLE color: 664632.

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

Color convert

RGB563610-
CMYK00.360.820.78
HSL33.91º69.7%12.94%-
HSV(B)33.91º82.14%21.96%-
XYZ2.322.120.58-
YUV39.02111.63140.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.90%
GREEN value IS 36 (14.45% from 255) = 35.29%
BLUE value IS 10 (4.30% from 255) = 9.80%
R=54.90%
G=35.29%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56361000.360.820.7833.9169.712.94
Hex3824A024524E2246d
Octal7044120441221164210615
Binary111000100100101001001001010010100111010001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38240A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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