#5C380A

Color #5C380A Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #5C380A

Tints of Baker's Chocolate #5C380A

Color information

#5C380A (or 0x5C380A) is unknown color: approx Baker's Chocolate. HEX triplet: 5C, 38 and 0A. RGB value is (92,56,10). Sum of RGB (Red+Green+Blue) = 92+56+10=158 (20% of max value = 765). Red value is 92 (36.33% from 255 or 58.23% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 10 (4.30% from 255 or 6.33% from 158); Max value from RGB is 92 - color contains mainly: red. Hex color #5C380A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C380A is #A3C7F5. Grayscale: #3D3D3D. Windows color (decimal): -10733558 or 669788. OLE color: 669788.

HSL color Cylindrical-coordinate representation of color #5C380A: hue angle of 33.66º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5C380A is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.64.

Color convert

RGB925610-
CMYK00.390.890.64
HSL33.66º80.39%20%-
HSV(B)33.66º89.13%36.08%-
XYZ5.885.130.97-
YUV61.5298.93149.74-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 58.23%
GREEN value IS 56 (22.27% from 255) = 35.44%
BLUE value IS 10 (4.30% from 255) = 6.33%
R=58.23%
G=35.44%
B=6.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.89
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92561000.390.890.6433.6680.3920
Hex5C38A0275940225014
Octal13470120471311004212024
Binary10111001110001010010011110110011000000100010101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C380A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C380A; }

 p { color: rgb(92,56,10); }

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

<style>
 a { background-color: #5C380A; }

 a { background-color: rgb(92,56,10); }

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

<style>
 span { border-color: #5C380A; }

 span { border-color: rgb(92,56,10); }

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