#38281C

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

Shades of Cocoa Brown #38281C

Tints of Cocoa Brown #38281C

Color information

#38281C (or 0x38281C) is unknown color: approx Cocoa Brown. HEX triplet: 38, 28 and 1C. RGB value is (56,40,28). Sum of RGB (Red+Green+Blue) = 56+40+28=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 28 (11.33% from 255 or 22.58% from 124); Max value from RGB is 56 - color contains mainly: red. Hex color #38281C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38281C is #C7D7E3. Grayscale: #2B2B2B. Windows color (decimal): -13096932 or 1845304. OLE color: 1845304.

HSL color Cylindrical-coordinate representation of color #38281C: hue angle of 25.71º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38281C is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB564028-
CMYK00.290.500.78
HSL25.71º33.33%16.47%-
HSV(B)25.71º50%21.96%-
XYZ2.62.441.43-
YUV43.42119.3136.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.16%
GREEN value IS 40 (16.02% from 255) = 32.26%
BLUE value IS 28 (11.33% from 255) = 22.58%
R=45.16%
G=32.26%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56402800.290.500.7825.7133.3316.47
Hex38281C01D324E1a2110
Octal70503403562116324120
Binary1110001010001110001110111001010011101101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38281C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,40,28); }

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

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

 a { background-color: rgb(56,40,28); }

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

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

 span { border-color: rgb(56,40,28); }

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