#38230C

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

Shades of Cocoa Brown #38230C

Tints of Cocoa Brown #38230C

Color information

#38230C (or 0x38230C) is unknown color: approx Cocoa Brown. HEX triplet: 38, 23 and 0C. RGB value is (56,35,12). Sum of RGB (Red+Green+Blue) = 56+35+12=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 35 (14.06% from 255 or 33.98% from 103); Blue value is 12 (5.08% from 255 or 11.65% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #38230C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38230C is #C7DCF3. Grayscale: #262626. Windows color (decimal): -13098228 or 795448. OLE color: 795448.

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

Color convert

RGB563512-
CMYK00.370.790.78
HSL31.36º64.71%13.33%-
HSV(B)31.36º78.57%21.96%-
XYZ2.32.070.63-
YUV38.66112.96140.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.37%
GREEN value IS 35 (14.06% from 255) = 33.98%
BLUE value IS 12 (5.08% from 255) = 11.65%
R=54.37%
G=33.98%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56351200.370.790.7831.3664.7113.33
Hex3823C0254F4E1f41d
Octal7043140451171163710115
Binary11100010001111000100101100111110011101111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38230C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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