Html Css Color HEX #5A301C Baker's Chocolate

📋 copy color: '#5A301C'

red 90 ◦ green 48 ◦ blue 28

#5A301C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #5A301C

Tints of Baker's Chocolate #5A301C

RGB

 RED value IS 90 (35.55% from 255) = 54.22%

 GREEN value IS 48 (19.14% from 255) = 28.92%

 BLUE value IS 28 (11.33% from 255) = 16.87%

R = 54.22%
G = 28.92%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#5A301C (or 0x5A301C) is known color: Baker's Chocolate. HEX triplet: 5A, 30 and 1C. RGB value is (90,48,28). Sum of RGB (Red+Green+Blue) = 90+48+28=166 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.22% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 28 (11.33% from 255 or 16.87% from 166); Max value from RGB is 90 - color contains mainly: red. Hex color #5A301C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A301C is #A5CFE3. Grayscale: #3A3A3A. Windows color (decimal): -10866660 or 1847386. OLE color: 1847386.

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

Color convert

RGB 90 48 28 -
CMYK 0 0.47 0.69 0.65
HSL 19.35º 0.53% 0.23% -
HSV(B) 19.35º 0.69% 0.35% -
XYZ 5.48 4.37 1.65 -
YUV 58.28 110.91 150.63 -
System Red Green Blue C M Y K H S L
Decimal 90 48 28 0 0.47 0.69 0.65 19.35 0.53 0.23
Hex 5A 30 1C 0 2F 45 41 13 35 17
Octal 132 60 34 0 57 105 101 23 65 27
Binary 1011010 110000 11100 0 101111 1000101 1000001 10011 110101 10111

Color Harmonies of #5A301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A301C

Black with #5A301C

Text Example


Text Example

White with #5A301C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A301C;
 }
 .AnyTagClassName
 {
   color: #5A301C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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