Html Css Color HEX #5A3014 Baker's Chocolate

📋 copy color: '#5A3014'

red 90 ◦ green 48 ◦ blue 20

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

Shades of Baker's Chocolate #5A3014

Tints of Baker's Chocolate #5A3014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.66%

R = 56.96%
G = 30.38%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#5A3014 (or 0x5A3014) is known color: Baker's Chocolate. HEX triplet: 5A, 30 and 14. RGB value is (90,48,20). Sum of RGB (Red+Green+Blue) = 90+48+20=158 (20% of max value = 765). Red value is 90 (35.55% from 255 or 56.96% from 158); Green value is 48 (19.14% from 255 or 30.38% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3014 is #A5CFEB. Grayscale: #393939. Windows color (decimal): -10866668 or 1323098. OLE color: 1323098.

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

Color convert

RGB 90 48 20 -
CMYK 0 0.47 0.78 0.65
HSL 24º 0.64% 0.22% -
HSV(B) 24º 0.78% 0.35% -
XYZ 5.4 4.34 1.21 -
YUV 57.37 106.91 151.28 -
System Red Green Blue C M Y K H S L
Decimal 90 48 20 0 0.47 0.78 0.65 24 0.64 0.22
Hex 5A 30 14 0 2F 4E 41 18 40 16
Octal 132 60 24 0 57 116 101 30 100 26
Binary 1011010 110000 10100 0 101111 1001110 1000001 11000 1000000 10110

Color Harmonies of #5A3014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3014

Black with #5A3014

Text Example


Text Example

White with #5A3014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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