Html Css Color HEX #5A3314 Baker's Chocolate

📋 copy color: '#5A3314'

red 90 ◦ green 51 ◦ blue 20

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

Shades of Baker's Chocolate #5A3314

Tints of Baker's Chocolate #5A3314

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.68%

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

R = 55.9%
G = 31.68%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#5A3314 (or 0x5A3314) is known color: Baker's Chocolate. HEX triplet: 5A, 33 and 14. RGB value is (90,51,20). Sum of RGB (Red+Green+Blue) = 90+51+20=161 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.90% from 161); Green value is 51 (20.31% from 255 or 31.68% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3314 is #A5CCEB. Grayscale: #3B3B3B. Windows color (decimal): -10865900 or 1323866. OLE color: 1323866.

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

Color convert

RGB 90 51 20 -
CMYK 0 0.43 0.78 0.65
HSL 26.57º 0.64% 0.22% -
HSV(B) 26.57º 0.78% 0.35% -
XYZ 5.53 4.59 1.26 -
YUV 59.13 105.92 150.02 -
System Red Green Blue C M Y K H S L
Decimal 90 51 20 0 0.43 0.78 0.65 26.57 0.64 0.22
Hex 5A 33 14 0 2B 4E 41 1B 40 16
Octal 132 63 24 0 53 116 101 33 100 26
Binary 1011010 110011 10100 0 101011 1001110 1000001 11011 1000000 10110

Color Harmonies of #5A3314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3314

Black with #5A3314

Text Example


Text Example

White with #5A3314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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