Html Css Color HEX #5A301A Baker's Chocolate

📋 copy color: '#5A301A'

red 90 ◦ green 48 ◦ blue 26

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

Shades of Baker's Chocolate #5A301A

Tints of Baker's Chocolate #5A301A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.85%

R = 54.88%
G = 29.27%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#5A301A (or 0x5A301A) is known color: Baker's Chocolate. HEX triplet: 5A, 30 and 1A. RGB value is (90,48,26). Sum of RGB (Red+Green+Blue) = 90+48+26=164 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.88% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 26 (10.55% from 255 or 15.85% from 164); Max value from RGB is 90 - color contains mainly: red. Hex color #5A301A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A301A is #A5CFE5. Grayscale: #3A3A3A. Windows color (decimal): -10866662 or 1716314. OLE color: 1716314.

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

Color convert

RGB 90 48 26 -
CMYK 0 0.47 0.71 0.65
HSL 20.63º 0.55% 0.23% -
HSV(B) 20.63º 0.71% 0.35% -
XYZ 5.46 4.36 1.53 -
YUV 58.05 109.91 150.79 -
System Red Green Blue C M Y K H S L
Decimal 90 48 26 0 0.47 0.71 0.65 20.63 0.55 0.23
Hex 5A 30 1A 0 2F 47 41 15 37 17
Octal 132 60 32 0 57 107 101 25 67 27
Binary 1011010 110000 11010 0 101111 1000111 1000001 10101 110111 10111

Color Harmonies of #5A301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A301A

Black with #5A301A

Text Example


Text Example

White with #5A301A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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