#5A300B

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

Shades of Baker's Chocolate #5A300B

Tints of Baker's Chocolate #5A300B

Color information

#5A300B (or 0x5A300B) is unknown color: approx Baker's Chocolate. HEX triplet: 5A, 30 and 0B. RGB value is (90,48,11). Sum of RGB (Red+Green+Blue) = 90+48+11=149 (19% of max value = 765). Red value is 90 (35.55% from 255 or 60.40% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 11 (4.69% from 255 or 7.38% from 149); Max value from RGB is 90 - color contains mainly: red. Hex color #5A300B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A300B is #A5CFF4. Grayscale: #383838. Windows color (decimal): -10866677 or 733274. OLE color: 733274.

HSL color Cylindrical-coordinate representation of color #5A300B: hue angle of 28.1º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A300B is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB904811-
CMYK00.470.880.65
HSL28.1º78.22%19.8%-
HSV(B)28.1º87.78%35.29%-
XYZ5.334.310.87-
YUV56.34102.41152.01-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 60.40%
GREEN value IS 48 (19.14% from 255) = 32.21%
BLUE value IS 11 (4.69% from 255) = 7.38%
R=60.40%
G=32.21%
B=7.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90481100.470.880.6528.178.2219.8
Hex5A30B02F58411c4e14
Octal13260130571301013411624
Binary1011010110000101101011111011000100000111100100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A300B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,48,11); }

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

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

 a { background-color: rgb(90,48,11); }

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

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

 span { border-color: rgb(90,48,11); }

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