#38251A

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

Shades of Cocoa Brown #38251A

Tints of Cocoa Brown #38251A

Color information

#38251A (or 0x38251A) is unknown color: approx Cocoa Brown. HEX triplet: 38, 25 and 1A. RGB value is (56,37,26). Sum of RGB (Red+Green+Blue) = 56+37+26=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 56 - color contains mainly: red. Hex color #38251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38251A is #C7DAE5. Grayscale: #292929. Windows color (decimal): -13097702 or 1713464. OLE color: 1713464.

HSL color Cylindrical-coordinate representation of color #38251A: hue angle of 22º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38251A is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.78.

Color convert

RGB563726-
CMYK00.340.540.78
HSL22º36.59%16.08%-
HSV(B)22º53.57%21.96%-
XYZ2.482.241.28-
YUV41.43119.29138.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.06%
GREEN value IS 37 (14.84% from 255) = 31.09%
BLUE value IS 26 (10.55% from 255) = 21.85%
R=47.06%
G=31.09%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56372600.340.540.782236.5916.08
Hex38251A022364E162510
Octal70453204266116264520
Binary11100010010111010010001011011010011101011010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38251A; }

 p { color: rgb(56,37,26); }

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

<style>
 a { background-color: #38251A; }

 a { background-color: rgb(56,37,26); }

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

<style>
 span { border-color: #38251A; }

 span { border-color: rgb(56,37,26); }

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