#5C300A

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

Shades of Baker's Chocolate #5C300A

Tints of Baker's Chocolate #5C300A

Color information

#5C300A (or 0x5C300A) is unknown color: approx Baker's Chocolate. HEX triplet: 5C, 30 and 0A. RGB value is (92,48,10). Sum of RGB (Red+Green+Blue) = 92+48+10=150 (19% of max value = 765). Red value is 92 (36.33% from 255 or 61.33% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 10 (4.30% from 255 or 6.67% from 150); Max value from RGB is 92 - color contains mainly: red. Hex color #5C300A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C300A is #A3CFF5. Grayscale: #393939. Windows color (decimal): -10735606 or 667740. OLE color: 667740.

HSL color Cylindrical-coordinate representation of color #5C300A: hue angle of 27.8º 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 #5C300A is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.64.

Color convert

RGB924810-
CMYK00.480.890.64
HSL27.8º80.39%20%-
HSV(B)27.8º89.13%36.08%-
XYZ5.534.410.85-
YUV56.82101.58153.09-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 61.33%
GREEN value IS 48 (19.14% from 255) = 32%
BLUE value IS 10 (4.30% from 255) = 6.67%
R=61.33%
G=32%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.89
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92481000.480.890.6427.880.3920
Hex5C30A03059401c5014
Octal13460120601311003412024
Binary1011100110000101001100001011001100000011100101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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