#38230E

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

Shades of Cocoa Brown #38230E

Tints of Cocoa Brown #38230E

Color information

#38230E (or 0x38230E) is unknown color: approx Cocoa Brown. HEX triplet: 38, 23 and 0E. RGB value is (56,35,14). Sum of RGB (Red+Green+Blue) = 56+35+14=105 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.33% from 105); Green value is 35 (14.06% from 255 or 33.33% from 105); Blue value is 14 (5.86% from 255 or 13.33% from 105); Max value from RGB is 56 - color contains mainly: red. Hex color #38230E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38230E is #C7DCF1. Grayscale: #262626. Windows color (decimal): -13098226 or 926520. OLE color: 926520.

HSL color Cylindrical-coordinate representation of color #38230E: hue angle of 30º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38230E is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB563514-
CMYK00.370.750.78
HSL30º60%13.73%-
HSV(B)30º75%21.96%-
XYZ2.312.070.69-
YUV38.89113.96140.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 53.33%
GREEN value IS 35 (14.06% from 255) = 33.33%
BLUE value IS 14 (5.86% from 255) = 13.33%
R=53.33%
G=33.33%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56351400.370.750.78306013.73
Hex3823E0254B4E1e3ce
Octal704316045113116367416
Binary1110001000111110010010110010111001110111101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38230E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38230E; }

 p { color: rgb(56,35,14); }

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

<style>
 a { background-color: #38230E; }

 a { background-color: rgb(56,35,14); }

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

<style>
 span { border-color: #38230E; }

 span { border-color: rgb(56,35,14); }

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