#38240C

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

Shades of Cocoa Brown #38240C

Tints of Cocoa Brown #38240C

Color information

#38240C (or 0x38240C) is unknown color: approx Cocoa Brown. HEX triplet: 38, 24 and 0C. RGB value is (56,36,12). Sum of RGB (Red+Green+Blue) = 56+36+12=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 36 (14.45% from 255 or 34.62% from 104); Blue value is 12 (5.08% from 255 or 11.54% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #38240C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38240C is #C7DBF3. Grayscale: #272727. Windows color (decimal): -13097972 or 795704. OLE color: 795704.

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

Color convert

RGB563612-
CMYK00.360.790.78
HSL32.73º64.71%13.33%-
HSV(B)32.73º78.57%21.96%-
XYZ2.332.130.64-
YUV39.24112.63139.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 53.85%
GREEN value IS 36 (14.45% from 255) = 34.62%
BLUE value IS 12 (5.08% from 255) = 11.54%
R=53.85%
G=34.62%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56361200.360.790.7832.7364.7113.33
Hex3824C0244F4E2141d
Octal7044140441171164110115
Binary111000100100110001001001001111100111010000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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