#38240B

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

Shades of Cocoa Brown #38240B

Tints of Cocoa Brown #38240B

Color information

#38240B (or 0x38240B) is unknown color: approx Cocoa Brown. HEX triplet: 38, 24 and 0B. RGB value is (56,36,11). Sum of RGB (Red+Green+Blue) = 56+36+11=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 36 (14.45% from 255 or 34.95% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #38240B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38240B is #C7DBF4. Grayscale: #272727. Windows color (decimal): -13097973 or 730168. OLE color: 730168.

HSL color Cylindrical-coordinate representation of color #38240B: hue angle of 33.33º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38240B is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.78.

Color convert

RGB563611-
CMYK00.360.800.78
HSL33.33º67.16%13.14%-
HSV(B)33.33º80.36%21.96%-
XYZ2.322.130.6-
YUV39.13112.13140.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.37%
GREEN value IS 36 (14.45% from 255) = 34.95%
BLUE value IS 11 (4.69% from 255) = 10.68%
R=54.37%
G=34.95%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.80
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56361100.360.800.7833.3367.1613.14
Hex3824B024504E2143d
Octal7044130441201164110315
Binary111000100100101101001001010000100111010000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38240B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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