Html Css Color HEX #5A3614 Baker's Chocolate

📋 copy color: '#5A3614'

red 90 ◦ green 54 ◦ blue 20

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

Shades of Baker's Chocolate #5A3614

Tints of Baker's Chocolate #5A3614

RGB

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

 GREEN value IS 54 (21.48% from 255) = 32.93%

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

R = 54.88%
G = 32.93%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#5A3614 (or 0x5A3614) is known color: Baker's Chocolate. HEX triplet: 5A, 36 and 14. RGB value is (90,54,20). Sum of RGB (Red+Green+Blue) = 90+54+20=164 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.88% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 20 (8.20% from 255 or 12.20% from 164); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3614 is #A5C9EB. Grayscale: #3D3D3D. Windows color (decimal): -10865132 or 1324634. OLE color: 1324634.

HSL color Cylindrical-coordinate representation of color #5A3614: hue angle of 29.14º 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 #5A3614 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 54 20 -
CMYK 0 0.40 0.78 0.65
HSL 29.14º 0.64% 0.22% -
HSV(B) 29.14º 0.78% 0.35% -
XYZ 5.66 4.86 1.3 -
YUV 60.89 104.93 148.76 -
System Red Green Blue C M Y K H S L
Decimal 90 54 20 0 0.40 0.78 0.65 29.14 0.64 0.22
Hex 5A 36 14 0 28 4E 41 1D 40 16
Octal 132 66 24 0 50 116 101 35 100 26
Binary 1011010 110110 10100 0 101000 1001110 1000001 11101 1000000 10110

Color Harmonies of #5A3614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3614

Black with #5A3614

Text Example


Text Example

White with #5A3614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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