#38230B

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

Shades of Cocoa Brown #38230B

Tints of Cocoa Brown #38230B

Color information

#38230B (or 0x38230B) is unknown color: approx Cocoa Brown. HEX triplet: 38, 23 and 0B. RGB value is (56,35,11). Sum of RGB (Red+Green+Blue) = 56+35+11=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 35 (14.06% from 255 or 34.31% from 102); Blue value is 11 (4.69% from 255 or 10.78% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #38230B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38230B is #C7DCF4. Grayscale: #262626. Windows color (decimal): -13098229 or 729912. OLE color: 729912.

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

Color convert

RGB563511-
CMYK00.370.800.78
HSL32º67.16%13.14%-
HSV(B)32º80.36%21.96%-
XYZ2.292.070.59-
YUV38.54112.46140.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.90%
GREEN value IS 35 (14.06% from 255) = 34.31%
BLUE value IS 11 (4.69% from 255) = 10.78%
R=54.90%
G=34.31%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.80
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56351100.370.800.783267.1613.14
Hex3823B025504E2043d
Octal7043130451201164010315
Binary111000100011101101001011010000100111010000010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38230B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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